Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.7.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.