Torn API Client
    Preparing search index...

    Type Alias UserMessage

    type UserMessage = {
        id: UserMessageId;
        read: boolean;
        seen: boolean;
        sender: BasicUser;
        timestamp: number;
        topic: string;
        type: UserMessageTypeEnum;
    }
    Index

    Properties

    read: boolean
    seen: boolean
    sender: BasicUser
    timestamp: number
    topic: string