MessageList

  • data
    Type: array object[] · DiscussionMessage[]
    required
    • author
      Type: object · UserSummary
      required
    • body
      Type: string
      required
    • created_at
      Type: string Format: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • id
      Type: string
      required
    • invite_id
      Type: string
      required
    • edited_at
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • pagination
    Type: object · Pagination
    required
    • has_more
      Type: boolean
      required
    • next_cursor
      Type: string | null
      required