1
0
telegram/telegram.go
2017-10-25 19:48:53 +05:00

8 lines
187 B
Go

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