inaturalistjs
    Preparing search index...

    Function getMessagesById

    • Retrieve messages in a thread Retrieves all messages in the thread the specified message belongs to and marks them all as read.

      Type Parameters

      • ThrowOnError extends boolean = false

      Returns RequestResult<
          {
              flaggableMessageId?: number;
              replyToUser?: User;
              results?: Message[];
              threadId?: number;
          },
          _Error,
          ThrowOnError,
      >