order property

int64 order
read / write

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. ; string representation of int, use int.parse

Implementation

late int64 order;