import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { MessageButton } = tl;
Constructors
new
MessageButton(client: AbstractTelegramClient,
original: Api.TypeButtonLike,
chat: Api.TypeEntityLike,
bot: Api.TypeEntityLike | undefined,
msgId: Api.TypeMessageIDLike,
Properties
private
readonly
_client: AbstractTelegramClientMethods
click(unnamed 0: { sharePhone?: boolean | string | Api.InputMediaContact; shareGeo?: [number, number] | Api.InputMediaGeoPoint; password?: string; })