Bot::QuickSend removed

This commit is contained in:
Gleb Sinyavsky 2015-12-16 11:38:39 +03:00
parent 1a3e995b37
commit f8cc0d2aaa
3 changed files with 0 additions and 18 deletions

View file

@ -342,16 +342,6 @@ func TestSendChatConfig(t *testing.T) {
}
}
func TestQuickSend(t *testing.T) {
bot, _ := getBot(t)
_, err := bot.QuickSend(ChatID, "test message")
if err != nil {
t.Fail()
}
}
func TestGetUserProfilePhotos(t *testing.T) {
bot, _ := getBot(t)