Interface IRateLimitData

interface IRateLimitData {
    method: keyof ApiMethods;
    migrateToChatId?: string;
    retryAfter?: number;
}

Properties

method: keyof ApiMethods

The API method of this request

migrateToChatId?: string

The group has been migrated to a supergroup with the specified identifier

retryAfter?: number

In case of exceeding flood control, the number of seconds left to wait before the request can be repeated