order property

int order
final

order 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

final int order;