chatlists.GetChatlistUpdates
- class pyrogram.raw.functions.chatlists.GetChatlistUpdates
Fetch new chats associated with an imported chat folder deep link ». Must be invoked at most every chatlist_update_period seconds (as per the related client configuration parameter »).
- Details:
Layer:
223ID:
89419521
- Parameters:
chatlist (
InputChatlist) – The folder- Returns:
TL Schema
chatlists.getChatlistUpdates#89419521
chatlist:InputChatlist
= chatlists.ChatlistUpdates
Parameter Tree
Example
await app.invoke(
GetChatlistUpdates(
chatlist=InputChatlistDialogFilter(filter_id=0),
)
)