Skip to content

Commit

Permalink
Clarify the message id description (fixes tdlib#245)
Browse files Browse the repository at this point in the history
Clarify that the message id is unique to the chat it belongs to.
  • Loading branch information
kossnocorp authored and levlam committed Sep 5, 2018
1 parent c66cfc2 commit 7dad9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dad9a3

Please sign in to comment.