Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionInvitesToggled

    Invites were enabled/disabled

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

    Properties

    Properties

    new: boolean

    New value

    old: boolean

    Old value

    type: "invites_toggled"