AddChatToList constructor

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

Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed

Returns Ok

Implementation

AddChatToList