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:
Sasha Koss 2018-05-18 14:06:38 +04:00 committed by Aliaksei Levin
parent c66cfc242d
commit 7dad9a36df

View File

@ -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