ConversationsResult interface
Represents the result of a conversation query.
Properties
continuation |
A token to retrieve the next page of results. |
conversations | A list of conversation members. |
Property Details
continuationToken
A token to retrieve the next page of results.
continuationToken: string
Property Value
string
conversations
A list of conversation members.
conversations: ConversationMembers[]