|
| Index (V1.Index parent, string chatId=null) |
|
string | Path (bool withParameter=true) |
|
async Task< TMConversationList > | List (ListGlipConversationsNewParameters queryParams=null, RestRequestConfig restRequestConfig=null) |
| Returns the list of conversations where the user is a member. All records in response are sorted by creation time of a conversation in ascending order. Conversation is a chat of the Group type. HTTP Method: get Endpoint: /team-messaging/v1/conversations Rate Limit Group: Medium App Permission: TeamMessaging More...
|
|
async Task< TMConversationInfo > | Post (CreateConversationRequest createConversationRequest, RestRequestConfig restRequestConfig=null) |
| Creates a new conversation or opens the existing one. If the conversation already exists, then its ID will be returned in response. A conversation is an adhoc discussion between a particular set of users, not featuring any specific name or description; it is a chat of 'Group' type. If you add a person to the existing conversation (group), it creates a whole new conversation. HTTP Method: post Endpoint: /team-messaging/v1/conversations Rate Limit Group: Medium App Permission: TeamMessaging More...
|
|
async Task< TMConversationInfo > | Get (RestRequestConfig restRequestConfig=null) |
| Returns information about the specified conversation, including the list of conversation participants. A conversation is an adhoc discussion between a particular set of users, not featuring any specific name or description; it is a chat of 'Group' type. If you add a person to the existing conversation, it creates a whole new conversation. HTTP Method: get Endpoint: /team-messaging/v1/conversations/{chatId} Rate Limit Group: Light App Permission: TeamMessaging More...
|
|
◆ Get()
Returns information about the specified conversation, including the list of conversation participants. A conversation is an adhoc discussion between a particular set of users, not featuring any specific name or description; it is a chat of 'Group' type. If you add a person to the existing conversation, it creates a whole new conversation. HTTP Method: get Endpoint: /team-messaging/v1/conversations/{chatId} Rate Limit Group: Light App Permission: TeamMessaging
◆ List()
Returns the list of conversations where the user is a member. All records in response are sorted by creation time of a conversation in ascending order. Conversation is a chat of the Group type. HTTP Method: get Endpoint: /team-messaging/v1/conversations Rate Limit Group: Medium App Permission: TeamMessaging
◆ Post()
Creates a new conversation or opens the existing one. If the conversation already exists, then its ID will be returned in response. A conversation is an adhoc discussion between a particular set of users, not featuring any specific name or description; it is a chat of 'Group' type. If you add a person to the existing conversation (group), it creates a whole new conversation. HTTP Method: post Endpoint: /team-messaging/v1/conversations Rate Limit Group: Medium App Permission: TeamMessaging
The documentation for this class was generated from the following file:
- RingCentral.Net/Paths/TeamMessaging/V1/Conversations/Index.cs