Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SessionInfo

Index

Properties

channel_id: string

The conversation ID.

meta: { from: string; id: string; payload: string; timestamp: number; to: string }

The content of the last message.

Type declaration

  • from: string

    The message sender.

  • id: string

    The message ID.

  • payload: string

    The message content.

  • timestamp: number

    The time when the message is received.

  • to: string

    The message recipient.

unread_num: number

The number of unread messages.

Generated using TypeDoc