Ejemplo n.º 1
0
 public static Task PostCardAsync(this IDialogContext context, Attachment attachment, string text = null)
 {
     return(context.PostAsync(context.CreateCardResponse(attachment, text)));
 }