Changelog
1.0.24
await client.SendAsync(b => b .WithText("Look at my buttons") .WithAttachment(a => a .WithTitle("Now with actions") .WithText("...which are pretty neat") .WithLinkButtonAction("Click me", "http://google.com", ActionStyle.Primary) .WithLinkButtonAction("Don't click me", "http://bing.com", ActionStyle.Danger)));
1.0.23
Last updated