6 lines
85 B
Go
6 lines
85 B
Go
package tgapi
|
|
|
|
import "errors"
|
|
|
|
var ErrRateLimit = errors.New("rate limit exceeded")
|