Raw.chatlists.ExportChatlistInvite
Export a folder, creating a chat folder deep link.
chatlists.exportChatlistInvite#8472478e chatlist:InputChatlist title:string peers:Vector<InputPeer> = chatlists.ExportedChatlistInvite;
export namespace Raw {
export namespace chatlists {
export class ExportChatlistInvite {
constructor(params: {
chatlist: Raw.TypeInputChatlist;
title: string;
peers: Array<Raw.TypeInputPeer>;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x8472478e
Property
chatlist
: Raw.TypeInputChatlistThe folder to export
title
: stringAn optional name for the link
peers
: Array of Raw.TypeInputPeerThe list of channels, group and supergroups to share with the link. basic groups will automatically be converted to supergroups when invoking the method.