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