teleproto - v1.229.0
    Preparing search index...

    Interface MessagesToggleStickerSetsParams

    interface MessagesToggleStickerSetsParams {
        archive?: boolean;
        stickersets: TypeInputStickerSetIn[];
        unarchive?: boolean;
        uninstall?: boolean;
    }
    Index
    archive?: boolean

    Archive the specified stickersets

    stickersets: TypeInputStickerSetIn[]

    Stickersets to act upon

    unarchive?: boolean

    Unarchive the specified stickersets

    uninstall?: boolean

    Uninstall the specified stickersets