MadelineProto/docs/TD_docs/constructors/updateChatTopMessage.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

875 B

title description
updateChatTopMessage Top message of the chat has changed. If top_message is null then top message in the chat became unknown. Some new unknown messages might be added to the chat in that case

Constructor: updateChatTopMessage

Back to constructors index

Top message of the chat has changed. If top_message is null then top message in the chat became unknown. Some new unknown messages might be added to the chat in that case

Attributes:

Name Type Required Description
chat_id int53 Yes Chat identifier
top_message message Yes New top message of the chat, nullable
order int64 Yes New value of the chat order

Type: Update