Documentation
    Preparing search index...

    Interface DmMessagePage

    Page of normalized messages for one conversation.

    interface DmMessagePage {
        cursor?: string;
        messages: DmMessage[];
    }
    Index

    Properties

    Properties

    cursor?: string
    messages: DmMessage[]