mineos-market-client
    Preparing search index...

    Type Alias SendMessageParams

    Parameters for sending a message to a specific user.

    type SendMessageParams = {
        userName: string;
        text: string;
    }
    Index

    Properties

    Properties

    userName: string

    Receiver's username

    text: string

    Message text content