示例#1
0
 public static void InsanceLongGetChatIdTest()
 {
     Assert.IsInstanceOf <long>(telegramBot.GetGroupChatId());
     Assert.IsInstanceOf <long>(telegramBot.GetSuperGroupChatId());
 }