send_contact
Send a contact (phone number and first name) to a Telegram chat or default log group. Options include vCard, last name, and reply markup.
Instructions
Send a contact to a chat. If chat_id is omitted, sends to the default log group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vcard | No | vCard data | |
| chat_id | No | Chat ID or @channel_username. Optional — defaults to log group | |
| last_name | No | Contact last name | |
| first_name | Yes | Contact first name | |
| phone_number | Yes | Phone number | |
| reply_markup | No | JSON string with reply markup | |
| protect_content | No | Protect message from forwarding/saving | |
| reply_parameters | No | JSON object with ReplyParameters (e.g. {"message_id": 123}) | |
| message_thread_id | No | Topic/thread ID for supergroups with topics enabled | |
| disable_notification | No | Send silently without notification |