Exemplo n.º 1
0
 public void GetUserTest()
 {
     Assert.NotNull(_api.GetMeAsync());
     Assert.NotNull(_api.GetUserAsync(_cred.BotId));
 }