all repos — telegram-bot-api @ 399d665b0a47ab14b54f54c2063e55a1258439af

Golang bindings for the Telegram Bot API

Typo fix
Gleb Sinyavsky zhulik.gleb@gmail.com
Sat, 21 Nov 2015 16:28:25 +0300
commit

399d665b0a47ab14b54f54c2063e55a1258439af

parent

6873dde3ab6252f1d31238d9e214d8dc77f8674b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bot.gobot.go

@@ -169,7 +169,7 @@

return apiResp, nil } -func (this *BotAPI) getFileDirectUrl(fileID string) (string, error) { +func (this *BotAPI) GetFileDirectUrl(fileID string) (string, error) { file, err := this.GetFile(FileConfig{fileID}) if err != nil {