@osynicite/osynic-osuapi
    Preparing search index...

    Interface ChatMessage

    interface ChatMessage {
        channel_id: number;
        content: string;
        is_action: boolean;
        message_id: number;
        sender: Sender;
        sender_id: number;
        timestamp: string;
        type: string;
        uuid: string;
    }
    Index

    Properties

    channel_id: number
    content: string
    is_action: boolean
    message_id: number
    sender: Sender
    sender_id: number
    timestamp: string
    type: string
    uuid: string