Interface ChatEventInvitesToggled

The can_invite_users permission of a supergroup chat was toggled. Subtype of ChatEventAction.

interface ChatEventInvitesToggled {
    @type: "chatEventInvitesToggled";
    can_invite_users?: boolean;
}

Properties

@type: "chatEventInvitesToggled"
can_invite_users?: boolean

New value of can_invite_users permission.