Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>UserFromGetMe

Hydration plugin for API calls and context objects.
Latest
interface UserFromGetMe
implements User
Re-export
import { type UserFromGetMe } from "https://deno.land/x/grammy_hydrate@v1.4.1/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.