Closed
Description
https://core.telegram.org/bots/api#july-26-2018
- Added support for Telegram Passport (Bot API 4.0 & 4.1 - Telegram Passport (without decryption helpers) #871).
- Added new types
InputMediaAnimation
,InputMediaAudio
andInputMediaDocument
. - Added the field
thumb
to theAudio
object. - Added the field
animation
to the Message object. For backward compatibility, when this field is set, thedocument
field will be also set. - Added two new
MessageEntity
types:cashtag
andphone_number
. - Added support for Foursquare venues: added the new field
foursquare_type
to the objectsVenue
,InlineQueryResultVenue
andInputVenueMessageContent
. - Added vCard support when sharing contacts: added the field
vcard
to the objectsContact
,InlineQueryResultContact
andInputContactMessageContent
.