mime_type and file_size added for file messages

This commit is contained in:
Gleb Sinyavsky 2015-12-13 20:00:20 +03:00
parent a274ce7a9f
commit eb6b784a5a
3 changed files with 14 additions and 2 deletions

View file

@ -1,7 +1,7 @@
package tgbotapi_test
import (
"github.com/Syfaro/telegram-bot-api"
"github.com/zhulik/telegram-bot-api"
"testing"
"time"
)