Raw.chatlists.JoinChatlistUpdates
Join channels and supergroups recently added to a chat folder deep link.
chatlists.joinChatlistUpdates#e089f8f5 chatlist:InputChatlist peers:Vector<InputPeer> = Updates;
export namespace Raw {
export namespace chatlists {
export class JoinChatlistUpdates {
constructor(params: { chatlist: Raw.TypeInputChatlist; peers: Array<Raw.TypeInputPeer> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xe089f8f5
Property
chatlist
: Raw.TypeInputChatlistThe folder
peers
: Array of Raw.TypeInputPeerList of new chats to join, fetched using chatlists.getchatlistupdates and filtered as specified in the documentation.