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:
@@ -8,7 +8,7 @@ class Telegram::SendOnTelegramService < Base::SendOnChannelService
|
||||
def perform_reply
|
||||
## send reply to telegram message api
|
||||
# https://core.telegram.org/bots/api#sendmessage
|
||||
message_id = channel.send_message_on_telegram(message.content, conversation[:additional_attributes]['chat_id'])
|
||||
message_id = channel.send_message_on_telegram(message)
|
||||
message.update!(source_id: message_id) if message_id.present?
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user