Raw.chatlists.EditExportedInvite
Edit a chat folder deep link.
chatlists.editExportedInvite#653db63d flags:# chatlist:InputChatlist slug:string title:flags.1?string peers:flags.2?Vector<InputPeer> = ExportedChatlistInvite;
export namespace Raw {
export namespace chatlists {
export class EditExportedInvite {
constructor(params: {
chatlist: Raw.TypeInputChatlist;
slug: string;
title?: string;
peers?: Array<Raw.TypeInputPeer>;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x653db63d
Property
chatlist
: Raw.TypeInputChatlistFolder id
slug
: stringSlug obtained from the chat folder deep link.
title
: string or undefinedIf set, sets a new name for the link
peers
: Array of Raw.TypeInputPeer or undefinedIf set, changes the list of peers shared with the link