Skip to content

Fix BaseEdit.values to allow editing inline messages

Compare
Choose a tag to compare
@Syfaro Syfaro released this 01 Aug 18:41
· 416 commits to master since this release

chat_id and message_id should be sent only if there is no
inline_message_id (and vice versa), according to documentation.
Without this change it is impossible to edit a message by InlineMessageID, because chat_id and message_id are always presented in a query and the Telegram server tries to use them instead of InlineMessageID

#55