Static
contactContact's phone number.
Contact's first name.
Optional
options: Omit<InputContactMessageContent, "phone_number" | "first_name">out parameters.
Static
invoiceRepresents the content of an invoice message to be sent as the result of an inline query.
out parameters.
Static
locationRepresents the content of a location message to be sent as the result of an inline query.
Latitude of the location in degrees.
Longitude of the location in degrees.
Optional
options: Omit<InputLocationMessageContent, "latitude" | "longitude">out parameters.
Static
textRepresents the content of a text message to be sent as the result of an inline query.
Text of the message to be sent, 1-4096 characters.
Optional
options: Omit<InputTextMessageContent, "message_text">out parameters.
Static
venueRepresents the content of a venue message to be sent as the result of an inline query.
Latitude of the venue in degrees.
Longitude of the venue in degrees.
Optional
options: Omit<InputVenueMessageContent, "latitude" | "longitude">out parameters.
Represents the content of a contact message to be sent as the result of an inline query.