Skip to main content
Module

x/mtkruto/mod.ts>SendContactParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface SendContactParams
Re-export
import { type SendContactParams } from "https://deno.land/x/mtkruto@0.1.131/mod.ts";

Properties

optional
lastName: string

The contact's last name.

optional
vcard: string

Additional information in the vCard format.

optional
disableNotification: boolean

Whether to send the message in a silent way without making a sound on the recipients' clients.

optional
protectContent: boolean

Whether to protect the contents of the message from copying and forwarding.

optional
replyToMessageId: number

The identifier of a message to reply to.

optional
messageThreadId: number

The identifier of a thread to send the message to.

optional
sendAs: ChatID

The identifier of the chat to send the message on behalf of. User-only.

The reply markup of the message. Bot-only.