teleproto - v1.229.0
    Preparing search index...

    Interface MessagesEditChatAdminParams

    interface MessagesEditChatAdminParams {
        chatId: BigInteger;
        isAdmin: boolean;
        userId: EntityLike;
    }
    Index
    chatId: BigInteger

    The ID of the group

    isAdmin: boolean

    Whether to make them admin

    userId: EntityLike

    The user to make admin