teleproto - v1.229.0
    Preparing search index...

    Interface BotsEditAccessSettingsParams

    interface BotsEditAccessSettingsParams {
        addUsers?: EntityLike[];
        bot: EntityLike;
        restricted?: boolean;
    }
    Index
    addUsers?: EntityLike[]
    bot: EntityLike
    restricted?: boolean