Clarify the message id description (fixes #245)
Clarify that the message id is unique to the chat it belongs to.
This commit is contained in:
parent
c66cfc242d
commit
7dad9a36df
@ -472,7 +472,7 @@ messageSendingStateFailed = MessageSendingState;
|
||||
|
||||
|
||||
//@description Describes a message
|
||||
//@id Unique message identifier
|
||||
//@id Message identifier unique to the chat it belongs to.
|
||||
//@sender_user_id Identifier of the user who sent the message; 0 if unknown. It is unknown for channel posts
|
||||
//@chat_id Chat identifier
|
||||
//@sending_state Information about the sending state of the message; may be null
|
||||
|
Loading…
Reference in New Issue
Block a user