42wim / matterbridge

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Apache License 2.0
6.57k stars 616 forks source link

Telegram quotes for non-text messages #496

Open jl91569 opened 6 years ago

jl91569 commented 6 years ago

Is your feature request related to a problem? Please describe. Quoting a message on Telegram that isn't just plain text shows up as quoting a message with no text.

Describe the solution you'd like Quoting media with a caption should quote at least the caption. Stickers and files are more complicated since they don't have a straight alternative, but it'd be nice to have some indication that it's not just a blank message.

Describe alternatives you've considered Uploading the whole file again seems wasteful.

Additional context Image captions are easy, just use message.ReplyToMessage.Caption instead of message.ReplyToMessage.Text.

I have no idea how you'd do stickers and files though.

42wim commented 6 years ago

I see you have some code on your fork, if it's working feel free to open a PR here.