Skip to main content
Module

x/grammy/types.ts>UserFromGetMe

The Telegram Bot Framework.
Very Popular
Go to Latest
interface UserFromGetMe
implements User
Re-export
import { type UserFromGetMe } from "https://deno.land/x/grammy@v1.14.0/types.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.