Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success.
Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success.
Add Package
deno add jsr:@gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
---- OR ----
Import directly with a jsr specifier
import { type APIMethods } from "jsr:@gramio/types";
Add Package
npx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
yarn dlx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
pnpm dlx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";
Add Package
bunx jsr add @gramio/types
Import symbol
import { type APIMethods } from "@gramio/types";