1
0
telegram/telegram.go

8 lines
188 B
Go
Raw Normal View History

// Version of the bot API: 3.5 (November 17, 2017)
package telegram
const (
APIEndpoint = "https://api.telegram.org/bot%s/%s"
FileEndpoind = "https://api.telegram.org/file/bot%s/%s"
)