1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:27:20 +01:00
MadelineProto/docs/TD_docs/constructors/updateChatOrder.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

721 B

title description
updateChatOrder Order of the chat in the chat list has changed. Instead of that update updateChatTopMessage, updateChatIsPinned or updateChatDraftMessage may be sent

Constructor: updateChatOrder

Back to constructors index

Order of the chat in the chat list has changed. Instead of that update updateChatTopMessage, updateChatIsPinned or updateChatDraftMessage may be sent

Attributes:

Name Type Required Description
chat_id int53 Yes Chat identifier
order int64 Yes New value of the order

Type: Update