Merge branch 'develop' into files

This commit is contained in:
Syfaro 2021-08-20 16:11:25 -04:00
commit 6aa05225a6
2 changed files with 40 additions and 6 deletions

View file

@ -1002,10 +1002,11 @@ func TestCommands(t *testing.T) {
}
// TODO: figure out why test is failing
//
// func TestEditMessageMedia(t *testing.T) {
// bot, _ := getBot(t)
// msg := NewPhoto(ChatID, FilePath("tests/image.jpg"))
// msg := NewPhoto(ChatID, "tests/image.jpg")
// msg.Caption = "Test"
// m, err := bot.Send(msg)