HistoryResponse
- hasType: boolean
More requiredWhether an older page is available (scroll-up paging).
- msgsType: array object[] · WireMessage[]required
The message envelope. Retracted messages come back with
retracted: trueandcontent: null(a tombstone). Ephemeral messages are not persisted and carryseq: null(they are not returned by history).- contentrequired
The message payload, opaque to the platform. Any JSON value, including
nullfor retracted messages. - ephemeralType: booleanrequired
Whether the message is ephemeral (not persisted, no
seq). - idType: stringrequired
Platform-assigned message id. Unique within the channel.
- kindType: stringrequired
Content class (
textin v1). - retractedType: booleanrequired
Whether the message was retracted after publish.
- senderType: object · WireSenderrequired
- seqType: integer | nullrequired
Per-channel sequence number, or
nullfor ephemeral messages. - timestampType: integerrequired
Epoch milliseconds.
- typeType: stringrequired
Userland discriminator.
- mentionsType: array object[] · Mention[]
- toType: string
Present when the message was delivered to a single recipient (
to:-send).