Skip to main content
Module

x/grammy_menu/deps.deno.ts>UserFromGetMe

Easily create interactive menus with grammY.
Go to Latest
interface UserFromGetMe
implements User
Re-export
import { type UserFromGetMe } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

This object represents a Telegram user or bot that was returned by getMe.

Properties

is_bot: true
username: string
can_join_groups: boolean

True, if the bot can be invited to groups. Returned only in getMe.

can_read_all_group_messages: boolean

True, if privacy mode is disabled for the bot. Returned only in getMe.

supports_inline_queries: boolean

True, if the bot supports inline queries. Returned only in getMe.