Interface ChatActionInvitesToggled

Invites were enabled/disabled

interface ChatActionInvitesToggled {
    new: boolean;
    old: boolean;
    type: "invites_toggled";
}

Properties

Properties

new: boolean

New value

old: boolean

Old value

type: "invites_toggled"