iachat/app/services/telegram
Pranav 1b1ba3f8dd
fix: Update the photo/video caption when an update event is received (#10804)
The update ensures proper handling of text updates in photo/video
messages by accounting for the caption attribute in addition to the text
attribute. This change enables consistent processing across both
messages.

Fixes https://github.com/chatwoot/chatwoot/issues/10760

Note: TIL, you can update the video/photo you’ve sent on Telegram, not
just the text. Currently, we’re not handling this. To support it, we
need to parse the payload and update the attachments accordingly. This
could be taken as a followup.
2025-02-03 12:44:10 -08:00
..
incoming_message_service.rb fix: Update location component to avoid overflow, handle location title from Telegram payload (#9113) 2024-03-14 22:53:43 -07:00
param_helpers.rb feat: support reply to for Telegram (#8105) 2023-10-20 13:14:20 +05:30
send_attachments_service.rb feat: Support document file uploads on telegram channel (#9266) 2024-05-02 14:05:14 -07:00
send_on_telegram_service.rb feat: Ability to send attachments to telegram (#3108) 2021-10-01 01:45:29 +05:30
update_message_service.rb fix: Update the photo/video caption when an update event is received (#10804) 2025-02-03 12:44:10 -08:00