Fix draftMessage.date field type.
GitOrigin-RevId: 819b7e0442481ed875084910f44e96d006a08701
This commit is contained in:
parent
6518f0448c
commit
a6ec9e784a
@ -619,7 +619,7 @@ scopeNotificationSettings mute_for:int32 sound:string show_preview:Bool disable_
|
|||||||
//@reply_to_message_id Identifier of the message to reply to; 0 if none
|
//@reply_to_message_id Identifier of the message to reply to; 0 if none
|
||||||
//@date Point in time (Unix timestamp) when the draft was created
|
//@date Point in time (Unix timestamp) when the draft was created
|
||||||
//@input_message_text Content of the message draft; this should always be of type inputMessageText
|
//@input_message_text Content of the message draft; this should always be of type inputMessageText
|
||||||
draftMessage reply_to_message_id:int53 date:int53 input_message_text:InputMessageContent = DraftMessage;
|
draftMessage reply_to_message_id:int53 date:int32 input_message_text:InputMessageContent = DraftMessage;
|
||||||
|
|
||||||
|
|
||||||
//@class ChatType @description Describes the type of a chat
|
//@class ChatType @description Describes the type of a chat
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user