public static void InsanceLongGetChatIdTest() { Assert.IsInstanceOf <long>(telegramBot.GetGroupChatId()); Assert.IsInstanceOf <long>(telegramBot.GetSuperGroupChatId()); }