Skip to main content
Module

x/grammy/types.deno.ts>UsersShared

The Telegram Bot Framework.
Very Popular
Latest
interface UsersShared
import { type UsersShared } from "https://deno.land/x/grammy@v1.22.4/types.deno.ts";

This object contains information about the user whose identifier was shared with the bot using a KeyboardButtonRequestUsers button.

Properties

request_id: number

Identifier of the request

users: SharedUser[]

Information about users shared with the bot.