Exemple #1
0
 /// <summary>
 /// Lists all channels in a Slack team.
 /// </summary>
 public Task <ConversationObjectListResponse> ListAsync(ConversationListRequest conversationListRequest)
 => SendGetAsync <ConversationListRequest, ConversationObjectListResponse>("list", conversationListRequest);
Exemple #2
0
 /// <inheritdoc cref="ConversationsClient.ListAsync(ConversationListRequest)"/>
 public Task <ConversationObjectListResponse> ConversationListAsync(ConversationListRequest conversationListRequest)
 => Conversations.ListAsync(conversationListRequest);