teleproto - v1.229.0
    Preparing search index...

    Interface MessagesDeleteChatUserParams

    interface MessagesDeleteChatUserParams {
        chatId: BigInteger;
        revokeHistory?: boolean;
        userId: EntityLike;
    }
    Index
    chatId: BigInteger

    Chat ID

    revokeHistory?: boolean

    Remove the entire chat history of the specified user in this chat.

    userId: EntityLike

    User ID to be deleted