Interface ResponseParameters

Describes why a request was unsuccessful.

interface ResponseParameters {
    migrate_to_chat_id?: number;
    retry_after?: number;
}

Properties

migrate_to_chat_id?: number

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

retry_after?: number

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