@tak-ps/node-cot
    Preparing search index...

    Type Alias DirectChatInput

    type DirectChatInput = {
        chatroom?: string;
        from: DirectChatMember;
        groupOwner?: boolean;
        id?: string;
        message: string;
        messageId?: string;
        parent?: string;
        to: DirectChatMember;
    }
    Index

    Properties

    chatroom?: string
    groupOwner?: boolean
    id?: string
    message: string
    messageId?: string
    parent?: string