From 7dad9a36df845dead2fe83a5dc47dacf2d1b8b8e Mon Sep 17 00:00:00 2001 From: Sasha Koss Date: Fri, 18 May 2018 14:06:38 +0400 Subject: [PATCH] Clarify the message id description (fixes #245) Clarify that the message id is unique to the chat it belongs to. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 0edabc00..7d34a44e 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -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