Interface EditChatSubscriptionInviteLink

Edits a subscription invite link for a channel chat. Requires can_invite_users right in the chat for own links and owner privileges for other links. Request type for Tdjson#editChatSubscriptionInviteLink.

interface EditChatSubscriptionInviteLink {
    @type: "editChatSubscriptionInviteLink";
    chat_id: number;
    invite_link: string;
    name: string;
}

Properties

@type: "editChatSubscriptionInviteLink"
chat_id: number

Chat identifier.

invite_link: string

Invite link to be edited.

name: string

Invite link name; 0-32 characters.