feat: Ability to send attachments to telegram (#3108)
This feature allows the user to send and delete attachments in the telegram conversation. Fixes #3037
This commit is contained in:
parent
e6bcf24864
commit
be9a055a3f
6 changed files with 121 additions and 9 deletions
|
@ -223,7 +223,8 @@ export default {
|
|||
this.isATwilioWhatsappChannel ||
|
||||
this.isAPIInbox ||
|
||||
this.isAnEmailChannel ||
|
||||
this.isATwilioSMSChannel
|
||||
this.isATwilioSMSChannel ||
|
||||
this.isATelegramChannel
|
||||
);
|
||||
},
|
||||
replyButtonLabel() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue