import { GrammyError } from "https://dotland.deno.dev/x/grammy@v1.31.0/mod.ts";
This class represents errors that are thrown by grammY because the Telegram Bot API responded with an error.
Instances of this class hold the information that the Telegram backend returned.
If this error is thrown, grammY could successfully communicate with the Telegram Bot API servers, however, an error code was returned for the respective method call.