Raw.messages.EditExportedChatInvite
Edit an exported chat invite
messages.editExportedChatInvite#bdca2f75 flags:# revoked:flags.2?true peer:InputPeer link:string expire_date:flags.0?int usage_limit:flags.1?int request_needed:flags.3?Bool title:flags.4?string = messages.ExportedChatInvite;
export namespace Raw {
export namespace messages {
export class EditExportedChatInvite {
constructor(params: {
revoked?: boolean;
peer: Raw.TypeInputPeer;
link: string;
expireDate?: number;
usageLimit?: number;
requestNeeded?: boolean;
title?: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xbdca2f75
Property
revoked
: boolean or undefinedWhether to revoke the chat invite
peer
: Raw.TypeInputPeerChat
link
: stringInvite link
expireDate
: number or undefinedNew expiration date
usageLimit
: number or undefinedMaximum number of users that can join using this link
requestNeeded
: boolean or undefinedWhether admin confirmation is required before admitting each separate user into the chat
title
: string or undefinedDescription of the invite link, visible only to administrators
Results
Raw.messages.TypeExportedChatInvite