From 6129ebf39439647e277e88d9d43a2f897ffee63c Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 5 Sep 2018 15:08:42 +0300 Subject: [PATCH] Improve message.id description. GitOrigin-RevId: 6f73288153716ad399b00c8170212ef2008dc640 --- 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 7d34a44e..dcb1e0bd 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 Message identifier unique to the chat it belongs to. +//@id Message identifier, unique for the chat to which the message belongs //@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