LoadChats constructor

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

Loads more chats from a chat list. The loaded chats and their positions in the chat list will be sent through updates. Chats are sorted by the pair (chat.position.order, chat.id) in descending order. Returns a 404 error if all chats have been loaded

Returns Ok

Implementation

LoadChats