mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Initial update. Update types and methods
This commit is contained in:
parent
85265a34cd
commit
a339514fb9
75 changed files with 1334 additions and 492 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue