mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-05-03 07:13:41 +03:00
Document reply markup limits
This commit is contained in:
parent
9195bccb41
commit
e3bf6e3330
|
@ -418,6 +418,14 @@ class MessageMethods(UploadMethods, ButtonMethods, MessageParseMethods):
|
||||||
you have signed in as a bot. You can also pass your own
|
you have signed in as a bot. You can also pass your own
|
||||||
:tl:`ReplyMarkup` here.
|
:tl:`ReplyMarkup` here.
|
||||||
|
|
||||||
|
All the following limits apply together:
|
||||||
|
|
||||||
|
* There can be 100 buttons at most (any more are ignored).
|
||||||
|
* There can be 8 buttons per row at most (more are ignored).
|
||||||
|
* The maximum callback data per button is 64 bytes.
|
||||||
|
* The maximum data that can be embedded in total is just
|
||||||
|
over 4KB, shared between inline callback data and text.
|
||||||
|
|
||||||
silent (`bool`, optional):
|
silent (`bool`, optional):
|
||||||
Whether the message should notify people in a broadcast
|
Whether the message should notify people in a broadcast
|
||||||
channel or not. Defaults to ``False``, which means it will
|
channel or not. Defaults to ``False``, which means it will
|
||||||
|
|
|
@ -68,3 +68,5 @@ TAKEOUT_INIT_DELAY_X=A wait of {} seconds is required before being able to initi
|
||||||
CHAT_NOT_MODIFIED=The chat or channel wasn't modified (title, invites, username, admins, etc. are the same)
|
CHAT_NOT_MODIFIED=The chat or channel wasn't modified (title, invites, username, admins, etc. are the same)
|
||||||
URL_INVALID=The URL used was invalid (e.g. when answering a callback with an URL that's not t.me/yourbot or your game's URL)
|
URL_INVALID=The URL used was invalid (e.g. when answering a callback with an URL that's not t.me/yourbot or your game's URL)
|
||||||
USER_NOT_PARTICIPANT=The target user is not a member of the specified megagroup or channel
|
USER_NOT_PARTICIPANT=The target user is not a member of the specified megagroup or channel
|
||||||
|
TAKEOUT_REQUIRED=You must initialize a takeout request first
|
||||||
|
REPLY_MARKUP_TOO_LONG=The data embedded in the reply markup buttons was too much
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user