Record
post-send-contact-params
No description available.
record post-send-contact-params {
allow-sending-without-reply: option<bool>,
chat-id: string,
disable-notification: option<bool>,
first-name: string,
last-name: option<string>,
phone-number: string,
reply-markup: option<string>,
reply-to-message-id: option<s32>,
vcard: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-sending-without-reply | option<bool> | |
| chat-id | string | |
| disable-notification | option<bool> | |
| first-name | string | |
| last-name | option<string> | |
| phone-number | string | |
| reply-markup | option<string> | |
| reply-to-message-id | option<s32> | |
| vcard | option<string> |