Files
Laniakea/tgapi/errors.go

6 lines
85 B
Go

package tgapi
import "errors"
var ErrRateLimit = errors.New("rate limit exceeded")