"html_description":"<td>Contact's first name</td>",
"rst_description":"Contact's first name\n",
"name":"first_name"
},
{
"type":"String",
"required":false,
"description":"Contact's last name",
"html_description":"<td>Contact's last name</td>",
"rst_description":"Contact's last name\n",
"name":"last_name"
},
{
"type":"String",
"required":false,
"description":"Additional data about the contact in the form of a vCard, 0-2048 bytes",
"html_description":"<td>Additional data about the contact in the form of a <a href=\"https://en.wikipedia.org/wiki/VCard\">vCard</a>, 0-2048 bytes</td>",
"rst_description":"Additional data about the contact in the form of a `vCard <https://en.wikipedia.org/wiki/VCard>`_, 0-2048 bytes\n",
"name":"vcard"
},
{
"type":"Boolean",
"required":false,
"description":"Sends the message silently. Users will receive a notification with no sound.",
"html_description":"<td>Sends the message <a href=\"https://telegram.org/blog/channels-2-0#silent-messages\">silently</a>. Users will receive a notification with no sound.</td>",
"rst_description":"Sends the message `silently <https://telegram.org/blog/channels-2-0#silent-messages>`_. Users will receive a notification with no sound.\n",
"name":"disable_notification"
},
{
"type":"Boolean",
"required":false,
"description":"Protects the contents of the sent message from forwarding and saving",
"html_description":"<td>Protects the contents of the sent message from forwarding and saving</td>",
"rst_description":"Protects the contents of the sent message from forwarding and saving\n",
"name":"protect_content"
},
{
"type":"Integer",
"required":false,
"description":"If the message is a reply, ID of the original message",
"html_description":"<td>If the message is a reply, ID of the original message</td>",
"rst_description":"If the message is a reply, ID of the original message\n",
"name":"reply_to_message_id"
},
{
"type":"Boolean",
"required":false,
"description":"Pass True if the message should be sent even if the specified replied-to message is not found",
"html_description":"<td>Pass <em>True</em> if the message should be sent even if the specified replied-to message is not found</td>",
"rst_description":"Pass :code:`True` if the message should be sent even if the specified replied-to message is not found\n",
"name":"allow_sending_without_reply"
},
{
"type":"InlineKeyboardMarkup or ReplyKeyboardMarkup or ReplyKeyboardRemove or ForceReply",
"required":false,
"description":"Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove reply keyboard or to force a reply from the user.",
"html_description":"<td>Additional interface options. A JSON-serialized object for an <a href=\"/bots/features#inline-keyboards\">inline keyboard</a>, <a href=\"/bots/features#keyboards\">custom reply keyboard</a>, instructions to remove reply keyboard or to force a reply from the user.</td>",
"rst_description":"Additional interface options. A JSON-serialized object for an `inline keyboard <https://core.telegram.org/bots/features#inline-keyboards>`_, `custom reply keyboard <https://core.telegram.org/bots/features#keyboards>`_, instructions to remove reply keyboard or to force a reply from the user.\n",