go-telegram / bot

Telegram Bot API Go framework
MIT License
507 stars 46 forks source link

Photo from Url #29

Closed Qazaq159 closed 1 year ago

Qazaq159 commented 1 year ago

How to return photo from url. Actually, if send file it takes long time if i had bad internet connection.

Qazaq159 commented 1 year ago

b.SendPhoto(ctx, &bot.SendPhotoParams{ ChatID: update.Message.Chat.ID, Photo: &models.InputFileString{Data: photoUrl}, }) Found, if some need