Closed karb0f0s closed 6 years ago
editMessageMedia
inputMediaAnimation
inputMediaAudio
inputMediaDocument
thumb
Audio
sendAnimation
sendDocument
animation
Message
MessageEntity
cashtag
phone_number
foursquare_type
Venue
InlineQueryResultVenue
InputVenueMessageContent
sendVenue
vcard
Contact
InlineQueryResultContact
InputContactMessageContent
sendContact
First set of changes are released. https://github.com/TelegramBots/Telegram.Bot/pull/768
Bot API 4.0.
Support for editing the media content of messages #764
editMessageMedia
#759inputMediaAnimation
type #757inputMediaAudio
type #757inputMediaDocument
type #757More new features
thumb
to theAudio
object #772sendAnimation
, which can be used instead ofsendDocument
to send animations, specifying their duration, width and height. #777animation
to theMessage
object. For backward compatibility, when this field is set, the document field will be also set. #768MessageEntity
types:cashtag
andphone_number
. #761Support for Foursquare venues
foursquare_type
to the objectsVenue
,InlineQueryResultVenue
andInputVenueMessageContent
#763foursquare_type
to thesendVenue
method. #763vCard support when sharing contacts
vcard
to the objectsContact
,InlineQueryResultContact
,InputContactMessageContent
#762vcard
parameter for the methodsendContact
. #762