GetChatFolderNewChats constructor

GetChatFolderNewChats(
  1. {required int chat_folder_id,
  2. int? extra,
  3. int? clientId}
)

Returns new chats added to a shareable chat folder by its owner. The method must be called at most once in getOption("chat_folder_new_chats_update_period") for the given chat folder

Returns Chats

Implementation

GetChatFolderNewChats