Raw.chatlists.DeleteExportedInvite
Delete a previously created chat folder deep link.
chatlists.deleteExportedInvite#719c5c5e chatlist:InputChatlist slug:string = Bool;
export namespace Raw {
export namespace chatlists {
export class DeleteExportedInvite {
constructor(params: { chatlist: Raw.TypeInputChatlist; slug: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x719c5c5e
Property
chatlist
: Raw.TypeInputChatlistThe related folder
slug
: stringSlug obtained from the chat folder deep link.