ultra-telegram-framework
    Preparing search index...

    Interface SetMyDefaultAdministratorRightsParams

    interface SetMyDefaultAdministratorRightsParams {
        for_channels?: boolean;
        rights?: ChatAdministratorRights;
    }
    Index

    Properties

    for_channels?: boolean

    Pass True to change the default administrator rights of the bot in channels. Otherwise, the default administrator rights of the bot for groups and supergroups will be changed.

    A JSON-serialized object describing new default administrator rights. If not specified, the default administrator rights will be cleared.