method Api.prototype.getMyDefaultAdministratorRightsimport { Api } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; getMyDefaultAdministratorRights(other?: Other<R, "getMyDefaultAdministratorRights">, signal?: AbortSignal)Use this method to get the current default administrator rights of the bot. Returns ChatAdministratorRights on success. Parametersoptionalother: Other<R, "getMyDefaultAdministratorRights">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#getmydefaultadministratorrights