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:
@@ -35,6 +35,9 @@ export default {
|
||||
isAnEmailChannel() {
|
||||
return this.channelType === INBOX_TYPES.EMAIL;
|
||||
},
|
||||
isATelegramChannel() {
|
||||
return this.channelType === INBOX_TYPES.TELEGRAM;
|
||||
},
|
||||
isATwilioSMSChannel() {
|
||||
const { medium: medium = '' } = this.inbox;
|
||||
return this.isATwilioChannel && medium === 'sms';
|
||||
|
||||
Reference in New Issue
Block a user