Esempio n. 1
0
 /// <summary>
 /// Gets conversations list the calling user may access.
 /// </summary>
 public Task <ConversationObjectListResponse> ConversationsAsync(UserConversations userConversations)
 => SendGetAsync <UserConversations, ConversationObjectListResponse>("conversations", userConversations);
Esempio n. 2
0
 /// <inheritdoc cref="UsersClient.ConversationsAsync(UserConversations)"/>
 public Task <ConversationObjectListResponse> UserConversationsAsync(UserConversations userConversations)
 => Users.ConversationsAsync(userConversations);