Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatMessagesCollection

Package version

Collection of chat messages for a particular chat thread.

Hierarchy

  • ChatMessagesCollection

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

If there are more chat messages that can be retrieved, the next link will be populated. NOTE: This property will not be serialized. It can only be populated by the server.

value

value: ChatMessage[]

Collection of chat messages.

Generated using TypeDoc