mineos-market-client
    Preparing search index...

    Type Alias Message

    Message content with sender information and timestamp

    type Message = {
        text: string;
        userName: string;
        timestamp: number;
    }
    Index

    Properties

    text: string

    Message text content

    userName: string

    Username of the message sender

    timestamp: number

    Timestamp when the message was sent