PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
442 stars 105 forks source link

Add new GetText and GetEntities helper methods #153

Closed PaulSonOfLars closed 4 months ago

PaulSonOfLars commented 4 months ago

What

Add new GetText and GetEntities helper methods, which handle the logic of discerning between text and media messages.

This also fixes an issue where monospace commands in captions would trigger command handlers; caused by incorrect entity handling.

Impact