teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsEditAdminParams

    interface ChannelsEditAdminParams {
        adminRights: ChatAdminRightsIn;
        channel: EntityLike;
        rank?: string;
        userId: EntityLike;
    }
    Index
    adminRights: ChatAdminRightsIn

    The admin rights

    channel: EntityLike

    The supergroup/channel .

    rank?: string

    Indicates the role (rank) of the admin in the group: just an arbitrary string

    userId: EntityLike

    The ID of the user whose admin rights should be modified