ao-js-sdk - v0.0.9
    Preparing search index...

    Interface GetLatestMessagesByRecipientParams

    Parameters for querying messages received by an address

    interface GetLatestMessagesByRecipientParams {
        cursor?: string;
        limit?: number;
        owner?: string;
        recipientId: string;
        tags?: Tags;
    }

    Hierarchy

    • BaseMessageQueryParams
      • GetLatestMessagesByRecipientParams
    Index

    Properties

    cursor?: string

    Cursor for pagination

    limit?: number

    Number of messages to retrieve (default: 100)

    owner?: string

    Optional sender address to filter by

    recipientId: string

    The recipient's address

    tags?: Tags

    Tags to filter messages by