python-telegram-bot/docs/source
Eldinnie 4689a80c2e Bot API 4.0 (#1168)
Telegram Passport (#1174):

- Add full support for telegram passport.
    - New types: PassportData, PassportFile, EncryptedPassportElement, EncryptedCredentials, PassportElementError, PassportElementErrorDataField, PassportElementErrorFrontSide, PassportElementErrorReverseSide, PassportElementErrorSelfie, PassportElementErrorFile and PassportElementErrorFiles.
    - New bot method: set_passport_data_errors
    - New filter: Filters.passport_data
    - Field passport_data field on Message
    - PassportData is automagically decrypted when you specify your private key when creating Updater or Bot.
    - PassportFiles is also automagically decrypted as you download/retrieve them.
- See new passportbot.py example for details on how to use, or go to our telegram passport wiki page for more info
- NOTE: Passport decryption requires new dependency `cryptography`.

Inputfile rework (#1184):

- Change how Inputfile is handled internally
- This allows support for specifying the thumbnails of photos and videos using the thumb= argument in the different send_ methods.
- Also allows Bot.send_media_group to actually finally send more than one media.
- Add thumb to Audio, Video and Videonote
- Add Bot.edit_message_media together with InputMediaAnimation, InputMediaAudio, and inputMediaDocument.

Other Bot API 4.0 changes:

- Add forusquare_type to Venue, InlineQueryResultVenue, InputVenueMessageContent, and Bot.send_venue. (#1170)
- Add vCard support by adding vcard field to Contact, InlineQueryResultContact, InputContactMessageContent, and Bot.send_contact. (#1166)
- Support new message entities: CASHTAG and PHONE_NUMBER. (#1179)
    - Cashtag seems to be things like $USD and $GBP, but it seems telegram doesn't currently send them to bots.
    - Phone number also seems to have limited support for now
- Add Bot.send_animation, add width, height, and duration to Animation, and add Filters.animation. (#1172)


Co-authored-by: Jasmin Bom <jsmnbom@gmail.com>
Co-authored-by: code1mountain <32801117+code1mountain@users.noreply.github.com>
Co-authored-by: Eldinnie <pieter.schutz+github@gmail.com>
Co-authored-by: mathefreak1 <mathefreak@hi2.in>
2018-08-29 14:18:58 +02:00
..
_static Docs fixes (#765) 2017-08-02 05:56:07 +03:00
conf.py Bump version to v10.1.0 2018-05-05 00:37:13 +03:00
index.rst Fix documentation build to include CHANGES.rst 2018-03-03 01:23:08 +02:00
ptb-logo-orange.ico Add orange favicon 2017-06-07 12:37:29 +02:00
ptb-logo-orange.png [ci skip] docs: add logo to html and pdf builds 2016-11-01 08:09:25 +01:00
ptb-logo_1024.png [ci skip] docs: add logo to html and pdf builds 2016-11-01 08:09:25 +01:00
telegram.animation.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.audio.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.bot.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.callbackgame.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.callbackquery.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.chat.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.chataction.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.chatmember.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.chatphoto.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.choseninlineresult.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.constants.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.contact.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.credentials.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.datacredentials.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.document.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.encryptedcredentials.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.encryptedpassportelement.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.error.rst Adding docs 2015-08-11 16:17:38 -03:00
telegram.ext.callbackqueryhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.choseninlineresulthandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.commandhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.conversationhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.delayqueue.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.dispatcher.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.filters.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.handler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.inlinequeryhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.job.rst Add Job Class to docs (#845) 2017-09-25 20:57:53 +02:00
telegram.ext.jobqueue.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.messagehandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.messagequeue.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.precheckoutqueryhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.regexhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.rst Revert "Context based callbacks (#1100)" 2018-05-31 14:22:57 +02:00
telegram.ext.shippingqueryhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.stringcommandhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.stringregexhandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.typehandler.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.ext.updater.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.file.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.filecredentials.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.forcereply.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.game.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.gamehighscore.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.iddocumentdata.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.inlinekeyboardbutton.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinekeyboardmarkup.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequery.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresult.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultarticle.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultaudio.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedaudio.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcacheddocument.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedgif.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedmpeg4gif.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedphoto.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedsticker.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedvideo.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcachedvoice.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultcontact.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultdocument.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultgame.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultgif.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultlocation.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultmpeg4gif.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultphoto.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultvenue.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultvideo.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inlinequeryresultvoice.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputcontactmessagecontent.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputfile.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputlocationmessagecontent.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputmedia.rst add support for 3.5 api (#920) 2017-12-08 22:38:59 +01:00
telegram.inputmediaanimation.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.inputmediaaudio.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.inputmediadocument.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.inputmediaphoto.rst add support for 3.5 api (#920) 2017-12-08 22:38:59 +01:00
telegram.inputmediavideo.rst add support for 3.5 api (#920) 2017-12-08 22:38:59 +01:00
telegram.inputmessagecontent.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputtextmessagecontent.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.inputvenuemessagecontent.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.invoice.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.keyboardbutton.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.labeledprice.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.location.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.maskposition.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.message.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.messageentity.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.orderinfo.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.parsemode.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.passportdata.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerror.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerrordatafield.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerrorfile.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerrorfiles.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerrorfrontside.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportelementerrorreverseside.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.passportfile.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.personaldetails.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.photosize.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.precheckoutquery.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.replykeyboardmarkup.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.replykeyboardremove.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.replymarkup.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.residentialaddress.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.securedata.rst Bot API 4.0 (#1168) 2018-08-29 14:18:58 +02:00
telegram.shippingaddress.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.shippingoption.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.shippingquery.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.sticker.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.stickerset.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.successfulpayment.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.telegramobject.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.update.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.user.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.userprofilephotos.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.utils.helpers.rst add utils.helpers to docs (#828) 2017-09-25 20:56:28 +02:00
telegram.utils.promise.rst Add missing docs utils (#912) 2018-03-05 12:17:56 +01:00
telegram.utils.request.rst Add missing docs utils (#912) 2018-03-05 12:17:56 +01:00
telegram.utils.rst Add missing docs utils (#912) 2018-03-05 12:17:56 +01:00
telegram.venue.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.video.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.videonote.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.voice.rst Docs update (#728) 2017-07-23 23:33:08 +03:00
telegram.webhookinfo.rst Docs update (#728) 2017-07-23 23:33:08 +03:00