Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InboxMessage

Inbox message object.

Hierarchy

  • InboxMessage

Index

Properties

extras

extras: Record<string, string>

String to String map of any message extras.

id

id: string

The message ID. Needed to display, mark as read, or delete the message.

isDeleted

isDeleted: boolean

The deleted status of the message.

isRead

isRead: boolean

The unread / read status of the message.

listIconUrl

listIconUrl: string

Optional - The icon url for the message.

sentDate

sentDate: number

The message sent date in milliseconds.

title

title: string

The message title.

Generated using TypeDoc