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