1
0
telegram/telegram.go
2017-11-21 14:57:00 +05:00

8 lines
188 B
Go

// 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"
)