Initial update. Update types and methods

This commit is contained in:
Alex Root Junior 2020-11-16 03:59:35 +02:00
parent 85265a34cd
commit a339514fb9
75 changed files with 1334 additions and 492 deletions

View file

@ -11,8 +11,8 @@ if TYPE_CHECKING: # pragma: no cover
class EditMessageReplyMarkup(TelegramMethod[Union[Message, bool]]):
"""
Use this method to edit only the reply markup of messages. On success, if edited message is
sent by the bot, the edited Message is returned, otherwise True is returned.
Use this method to edit only the reply markup of messages. On success, if the edited message
is not an inline message, the edited Message is returned, otherwise True is returned.
Source: https://core.telegram.org/bots/api#editmessagereplymarkup
"""