AddRecentlyFoundChat constructor

AddRecentlyFoundChat(
  1. {required int chat_id,
  2. int? extra,
  3. int? clientId}
)

Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first

Returns Ok

Implementation

AddRecentlyFoundChat