telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Golang bindings for the Telegram Bot API

Results 142 telegram-bot-api issues
Sort by recently updated
recently updated
newest added

Hi there, how can i edit messages other types? 1) message with img 2) message without img For example, message created by `NewMessage` , i need to edit body and...

cannot use "cert.pem" (constant of type string) as type tgbotapi.RequestFileData in argument to tgbotapi.NewWebhookWithCert: string does not implement tgbotapi.RequestFileData (missing NeedsUpload method)

go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5 package github.com/go-telegram-bot-api/telegram-bot-api/v5: cannot find package "github.com/go-telegram-bot-api/telegram-bot-api/v5" in any of: /usr/lib/go-1.13/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOROOT) /root/go/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOPATH)

Hello! There is possibility to edit already sent messages both text and image, but I cannot found details in documentation, please help.

[Video Sticker](https://core.telegram.org/stickers#video-stickers) { "ok": true, "result": { "name": "CursedEmojis", "title": "Cursed Emojis", "thumb": { "file_id": "AAQCABMJAAMKAAOdDn8RQXPMQNqNhWxxKPDIJAQ", "file_unique_id": "AQADAgoAA50OfxFxKPDI", "file_size": 28990, "width": 100, "height": 100 }, "is_animated": false, **"is_video": true,** "contains_masks":...

Response from telegram `{"invite_link":"https://t.me/+SEgfYrEGlSwzMjAy", "creator":{"id":1295847044,"is_bot":true,"first_name":"***","username":"*"},"member_limit":1,"creates_join_request":false,"is_primary":false,"is_revoked":false}` After Unmarshal, message has not inviteLink

u := tgbotapi.UpdateConfig{ Offset: 0, Timeout: 100, } updates, _ := bot.GetUpdatesChan(u) for update := range updates { go lucky.processUpdate(&update) }