mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Update Message.author_signature docs
This commit is contained in:
parent
f832df14b4
commit
418ad164a0
1 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,8 @@ class Message(Object, Update):
|
||||||
The unique identifier of a media message group this message belongs to.
|
The unique identifier of a media message group this message belongs to.
|
||||||
|
|
||||||
author_signature (``str``, *optional*):
|
author_signature (``str``, *optional*):
|
||||||
Signature of the post author for messages in channels.
|
Signature of the post author for messages in channels, or the custom title of an anonymous group
|
||||||
|
administrator.
|
||||||
|
|
||||||
text (``str``, *optional*):
|
text (``str``, *optional*):
|
||||||
For text messages, the actual UTF-8 text of the message, 0-4096 characters.
|
For text messages, the actual UTF-8 text of the message, 0-4096 characters.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue