Module

x/grammy_types/message.ts>UsersShared

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