GetChats constructor

GetChats(
  1. {ChatList? chat_list,
  2. required int limit,
  3. int? extra,
  4. int? clientId}
)

Returns an ordered list of chats from the beginning of a chat list. For informational purposes only. Use loadChats and updates processing instead to maintain chat lists in a consistent state

Returns Chats

Implementation

GetChats