MadelineProtoDocs/docs/TD_docs/constructors/updateChatTopMessage.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

948 B

title description image
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 https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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