order property

int64? order
getter/setter pair

A parameter used to determine order of the chat in the chat list. Chats must be sorted by the pair (order, chat.id) in descending order

Implementation

int64? order;