Пример #1
0
 public static BotData GetConversationData(this IBotState operations, string channelId, string conversationId)
 {
     return(operations.GetConversationDataAsync(channelId, conversationId).GetAwaiter().GetResult());
 }