Skip to main content
Module

x/grammy_types/mod.ts>UsersShared

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface UsersShared
import { type UsersShared } from "https://deno.land/x/grammy_types@v3.6.0/mod.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.