LibertyPaul/LostFilmUpdatesBot

[Telegram API] Handle messages without **text** field

Closed this issue · 1 comments

Some users are trying to send stickers/files/contact cards/etc. to the bot, but there is a requirement on text field presence.
Bot responds with 4xx Format Error and telegram continues to pass same message every minute.

Need to quietly handle such updates with some simple response.

Fixed.