diff --git a/AUTHORS.rst b/AUTHORS.rst index cde16caa086..f86f6276c0b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -59,6 +59,7 @@ The following wonderful people contributed directly or indirectly to this projec - `ihoru `_ - `Jasmin Bom `_ - `JASON0916 `_ +- `Javad94 `_ - `jeffffc `_ - `Jelle Besseling `_ - `jh0ker `_ diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 0c35bfae764..1219a468d68 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,3 +4,6 @@ sphinx-pypi-upload # More instructions at source/_static/dark.css # Ofc once https://github.com/readthedocs/sphinx_rtd_theme/issues/224 is closed, we should use that sphinx_rtd_theme==0.5.2 +# Restricted to fix ImportError for v3.1 and higher of Jinja2 alongside sphinx v3.5.4 as discussed in +# https://github.com/python-telegram-bot/python-telegram-bot/pull/3164#issuecomment-1193002217 +Jinja2<3.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index 19cecec9730..26e28491c91 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,7 +52,7 @@ # General information about the project. project = u'python-telegram-bot' -copyright = u'2015-2021, Leandro Toledo' +copyright = u'2015-2022, Leandro Toledo' author = u'Leandro Toledo' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/source/telegram.animation.rst b/docs/source/telegram.animation.rst index 65d2630e61a..1da31f22e1b 100644 --- a/docs/source/telegram.animation.rst +++ b/docs/source/telegram.animation.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/animation.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/animation.py telegram.Animation ================== diff --git a/docs/source/telegram.audio.rst b/docs/source/telegram.audio.rst index 9df1943ff01..a2700da9bdf 100644 --- a/docs/source/telegram.audio.rst +++ b/docs/source/telegram.audio.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/audio.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/audio.py telegram.Audio ============== diff --git a/docs/source/telegram.bot.rst b/docs/source/telegram.bot.rst index 9869dedc1d2..5563b5f19df 100644 --- a/docs/source/telegram.bot.rst +++ b/docs/source/telegram.bot.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/bot.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/bot.py telegram.Bot ============ diff --git a/docs/source/telegram.botcommand.rst b/docs/source/telegram.botcommand.rst index 26dece6ad36..796349d7336 100644 --- a/docs/source/telegram.botcommand.rst +++ b/docs/source/telegram.botcommand.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommand.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommand.py telegram.BotCommand =================== diff --git a/docs/source/telegram.botcommandscope.rst b/docs/source/telegram.botcommandscope.rst index 6257125203f..30cf060ea7c 100644 --- a/docs/source/telegram.botcommandscope.rst +++ b/docs/source/telegram.botcommandscope.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScope ======================== diff --git a/docs/source/telegram.botcommandscopeallchatadministrators.rst b/docs/source/telegram.botcommandscopeallchatadministrators.rst index fa30ce538b3..dd44835d3c1 100644 --- a/docs/source/telegram.botcommandscopeallchatadministrators.rst +++ b/docs/source/telegram.botcommandscopeallchatadministrators.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeAllChatAdministrators ============================================= diff --git a/docs/source/telegram.botcommandscopeallgroupchats.rst b/docs/source/telegram.botcommandscopeallgroupchats.rst index 2c4f672eb60..a02912fc5b2 100644 --- a/docs/source/telegram.botcommandscopeallgroupchats.rst +++ b/docs/source/telegram.botcommandscopeallgroupchats.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeAllGroupChats ======================================= diff --git a/docs/source/telegram.botcommandscopeallprivatechats.rst b/docs/source/telegram.botcommandscopeallprivatechats.rst index 91ea4d034a9..59170f5ca7d 100644 --- a/docs/source/telegram.botcommandscopeallprivatechats.rst +++ b/docs/source/telegram.botcommandscopeallprivatechats.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeAllPrivateChats ======================================= diff --git a/docs/source/telegram.botcommandscopechat.rst b/docs/source/telegram.botcommandscopechat.rst index dd779542811..a982c96e746 100644 --- a/docs/source/telegram.botcommandscopechat.rst +++ b/docs/source/telegram.botcommandscopechat.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeChat ============================ diff --git a/docs/source/telegram.botcommandscopechatadministrators.rst b/docs/source/telegram.botcommandscopechatadministrators.rst index 68cb1328289..e797edc1551 100644 --- a/docs/source/telegram.botcommandscopechatadministrators.rst +++ b/docs/source/telegram.botcommandscopechatadministrators.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeChatAdministrators ========================================== diff --git a/docs/source/telegram.botcommandscopechatmember.rst b/docs/source/telegram.botcommandscopechatmember.rst index e28105179e9..f3a1bb4e009 100644 --- a/docs/source/telegram.botcommandscopechatmember.rst +++ b/docs/source/telegram.botcommandscopechatmember.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeChatMember ================================== diff --git a/docs/source/telegram.botcommandscopedefault.rst b/docs/source/telegram.botcommandscopedefault.rst index 2705a734c15..07661b08c27 100644 --- a/docs/source/telegram.botcommandscopedefault.rst +++ b/docs/source/telegram.botcommandscopedefault.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/botcommandscope.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/botcommandscope.py telegram.BotCommandScopeDefault =============================== diff --git a/docs/source/telegram.callbackgame.rst b/docs/source/telegram.callbackgame.rst index e2facc41e3d..3659d35d733 100644 --- a/docs/source/telegram.callbackgame.rst +++ b/docs/source/telegram.callbackgame.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/games/callbackgame.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/games/callbackgame.py telegram.Callbackgame ===================== diff --git a/docs/source/telegram.callbackquery.rst b/docs/source/telegram.callbackquery.rst index b628b02368f..35916109fb7 100644 --- a/docs/source/telegram.callbackquery.rst +++ b/docs/source/telegram.callbackquery.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackquery.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackquery.py telegram.CallbackQuery ====================== diff --git a/docs/source/telegram.chat.rst b/docs/source/telegram.chat.rst index 7347e5d1322..ad010af2ecc 100644 --- a/docs/source/telegram.chat.rst +++ b/docs/source/telegram.chat.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chat.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chat.py telegram.Chat ============= diff --git a/docs/source/telegram.chataction.rst b/docs/source/telegram.chataction.rst index f0ac01110f8..dfae64fd6db 100644 --- a/docs/source/telegram.chataction.rst +++ b/docs/source/telegram.chataction.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chataction.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chataction.py telegram.ChatAction =================== diff --git a/docs/source/telegram.chatadministratorrights.rst b/docs/source/telegram.chatadministratorrights.rst index 94b2ad7dd99..7170af73752 100644 --- a/docs/source/telegram.chatadministratorrights.rst +++ b/docs/source/telegram.chatadministratorrights.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatadministratorrights.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatadministratorrights.py telegram.ChatAdministratorRights ================================ diff --git a/docs/source/telegram.chatinvitelink.rst b/docs/source/telegram.chatinvitelink.rst index e85f97fb69c..9e4b7b05dc5 100644 --- a/docs/source/telegram.chatinvitelink.rst +++ b/docs/source/telegram.chatinvitelink.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatinvitelink.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatinvitelink.py telegram.ChatInviteLink ======================= diff --git a/docs/source/telegram.chatjoinrequest.rst b/docs/source/telegram.chatjoinrequest.rst index 4011738459d..e51491907f5 100644 --- a/docs/source/telegram.chatjoinrequest.rst +++ b/docs/source/telegram.chatjoinrequest.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatjoinrequest.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatjoinrequest.py telegram.ChatJoinRequest ======================== diff --git a/docs/source/telegram.chatlocation.rst b/docs/source/telegram.chatlocation.rst index dd0c2f006ef..0d32bd37c24 100644 --- a/docs/source/telegram.chatlocation.rst +++ b/docs/source/telegram.chatlocation.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatlocation.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatlocation.py telegram.ChatLocation ===================== diff --git a/docs/source/telegram.chatmember.rst b/docs/source/telegram.chatmember.rst index 2aa4a58f2ec..2c0533206e1 100644 --- a/docs/source/telegram.chatmember.rst +++ b/docs/source/telegram.chatmember.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMember =================== diff --git a/docs/source/telegram.chatmemberadministrator.rst b/docs/source/telegram.chatmemberadministrator.rst index ac510865175..fbe38af0d5b 100644 --- a/docs/source/telegram.chatmemberadministrator.rst +++ b/docs/source/telegram.chatmemberadministrator.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberAdministrator ================================ diff --git a/docs/source/telegram.chatmemberbanned.rst b/docs/source/telegram.chatmemberbanned.rst index 168c2df9675..55c3873ac26 100644 --- a/docs/source/telegram.chatmemberbanned.rst +++ b/docs/source/telegram.chatmemberbanned.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberBanned ========================= diff --git a/docs/source/telegram.chatmemberleft.rst b/docs/source/telegram.chatmemberleft.rst index 6840063c618..52ea62355b6 100644 --- a/docs/source/telegram.chatmemberleft.rst +++ b/docs/source/telegram.chatmemberleft.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberLeft ======================= diff --git a/docs/source/telegram.chatmembermember.rst b/docs/source/telegram.chatmembermember.rst index 7e2d8293be9..5e937ec063d 100644 --- a/docs/source/telegram.chatmembermember.rst +++ b/docs/source/telegram.chatmembermember.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberMember ========================= diff --git a/docs/source/telegram.chatmemberowner.rst b/docs/source/telegram.chatmemberowner.rst index 784cb644a1a..c648598247a 100644 --- a/docs/source/telegram.chatmemberowner.rst +++ b/docs/source/telegram.chatmemberowner.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberOwner ======================== diff --git a/docs/source/telegram.chatmemberrestricted.rst b/docs/source/telegram.chatmemberrestricted.rst index cd76611fdf8..90d2e07963c 100644 --- a/docs/source/telegram.chatmemberrestricted.rst +++ b/docs/source/telegram.chatmemberrestricted.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmember.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmember.py telegram.ChatMemberRestricted ============================= diff --git a/docs/source/telegram.chatmemberupdated.rst b/docs/source/telegram.chatmemberupdated.rst index c5c14126055..04e7d0644c3 100644 --- a/docs/source/telegram.chatmemberupdated.rst +++ b/docs/source/telegram.chatmemberupdated.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatmemberupdated.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatmemberupdated.py telegram.ChatMemberUpdated ========================== diff --git a/docs/source/telegram.chatpermissions.rst b/docs/source/telegram.chatpermissions.rst index bb180946dda..348c8b7cd4d 100644 --- a/docs/source/telegram.chatpermissions.rst +++ b/docs/source/telegram.chatpermissions.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/chatpermissions.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/chatpermissions.py telegram.ChatPermissions ======================== diff --git a/docs/source/telegram.chatphoto.rst b/docs/source/telegram.chatphoto.rst index 22a9aaad322..3e90ed5c695 100644 --- a/docs/source/telegram.chatphoto.rst +++ b/docs/source/telegram.chatphoto.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/chatphoto.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/chatphoto.py telegram.ChatPhoto ================== diff --git a/docs/source/telegram.choseninlineresult.rst b/docs/source/telegram.choseninlineresult.rst index cb997a913c5..a15ea713756 100644 --- a/docs/source/telegram.choseninlineresult.rst +++ b/docs/source/telegram.choseninlineresult.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/choseninlineresult.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/choseninlineresult.py telegram.ChosenInlineResult =========================== diff --git a/docs/source/telegram.constants.rst b/docs/source/telegram.constants.rst index a223a220b18..5d72a79a0a9 100644 --- a/docs/source/telegram.constants.rst +++ b/docs/source/telegram.constants.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/constants.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/constants.py telegram.constants Module ========================= diff --git a/docs/source/telegram.contact.rst b/docs/source/telegram.contact.rst index 345c00584a7..0698c66cbee 100644 --- a/docs/source/telegram.contact.rst +++ b/docs/source/telegram.contact.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/contact.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/contact.py telegram.Contact ================ diff --git a/docs/source/telegram.credentials.rst b/docs/source/telegram.credentials.rst index 59f4f36e4a3..714152ff22c 100644 --- a/docs/source/telegram.credentials.rst +++ b/docs/source/telegram.credentials.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.Credentials ==================== diff --git a/docs/source/telegram.datacredentials.rst b/docs/source/telegram.datacredentials.rst index 51d85455fd2..8987e359a2b 100644 --- a/docs/source/telegram.datacredentials.rst +++ b/docs/source/telegram.datacredentials.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.DataCredentials ======================== diff --git a/docs/source/telegram.dice.rst b/docs/source/telegram.dice.rst index 29dedd5b580..5fc6e06abac 100644 --- a/docs/source/telegram.dice.rst +++ b/docs/source/telegram.dice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/dice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/dice.py telegram.Dice ============= diff --git a/docs/source/telegram.document.rst b/docs/source/telegram.document.rst index 698247732df..9f2be10de67 100644 --- a/docs/source/telegram.document.rst +++ b/docs/source/telegram.document.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/document.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/document.py telegram.Document ================= diff --git a/docs/source/telegram.encryptedcredentials.rst b/docs/source/telegram.encryptedcredentials.rst index 096efbcc03c..6a4f3542ca0 100644 --- a/docs/source/telegram.encryptedcredentials.rst +++ b/docs/source/telegram.encryptedcredentials.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.EncryptedCredentials ============================= diff --git a/docs/source/telegram.encryptedpassportelement.rst b/docs/source/telegram.encryptedpassportelement.rst index 5a9693be3c3..32252a1eecd 100644 --- a/docs/source/telegram.encryptedpassportelement.rst +++ b/docs/source/telegram.encryptedpassportelement.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/encryptedpassportelement.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/encryptedpassportelement.py telegram.EncryptedPassportElement ================================= diff --git a/docs/source/telegram.error.rst b/docs/source/telegram.error.rst index 2d95e7aaf37..63d4927b24f 100644 --- a/docs/source/telegram.error.rst +++ b/docs/source/telegram.error.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/error.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/error.py telegram.error module ===================== diff --git a/docs/source/telegram.ext.basepersistence.rst b/docs/source/telegram.ext.basepersistence.rst index 178d95a8073..8386d939c7b 100644 --- a/docs/source/telegram.ext.basepersistence.rst +++ b/docs/source/telegram.ext.basepersistence.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/basepersistence.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/basepersistence.py telegram.ext.BasePersistence ============================ diff --git a/docs/source/telegram.ext.callbackcontext.rst b/docs/source/telegram.ext.callbackcontext.rst index bd5ff3706cf..a32f0a591ed 100644 --- a/docs/source/telegram.ext.callbackcontext.rst +++ b/docs/source/telegram.ext.callbackcontext.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackcontext.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackcontext.py telegram.ext.CallbackContext ============================ diff --git a/docs/source/telegram.ext.callbackdatacache.rst b/docs/source/telegram.ext.callbackdatacache.rst index e1467e02a32..007a53f261d 100644 --- a/docs/source/telegram.ext.callbackdatacache.rst +++ b/docs/source/telegram.ext.callbackdatacache.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackdatacache.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackdatacache.py telegram.ext.CallbackDataCache ============================== diff --git a/docs/source/telegram.ext.callbackqueryhandler.rst b/docs/source/telegram.ext.callbackqueryhandler.rst index 8f72eecb23f..94dbb70d987 100644 --- a/docs/source/telegram.ext.callbackqueryhandler.rst +++ b/docs/source/telegram.ext.callbackqueryhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackqueryhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackqueryhandler.py telegram.ext.CallbackQueryHandler ================================= diff --git a/docs/source/telegram.ext.chatjoinrequesthandler.rst b/docs/source/telegram.ext.chatjoinrequesthandler.rst index 650ff1b35c0..1a589800192 100644 --- a/docs/source/telegram.ext.chatjoinrequesthandler.rst +++ b/docs/source/telegram.ext.chatjoinrequesthandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/chatjoinrequesthandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/chatjoinrequesthandler.py telegram.ext.ChatJoinRequestHandler =================================== diff --git a/docs/source/telegram.ext.chatmemberhandler.rst b/docs/source/telegram.ext.chatmemberhandler.rst index 97601495911..7e488123468 100644 --- a/docs/source/telegram.ext.chatmemberhandler.rst +++ b/docs/source/telegram.ext.chatmemberhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/chatmemberhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/chatmemberhandler.py telegram.ext.ChatMemberHandler ============================== diff --git a/docs/source/telegram.ext.choseninlineresulthandler.rst b/docs/source/telegram.ext.choseninlineresulthandler.rst index 8ada326a611..31a78a5f1cb 100644 --- a/docs/source/telegram.ext.choseninlineresulthandler.rst +++ b/docs/source/telegram.ext.choseninlineresulthandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/choseninlineresulthandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/choseninlineresulthandler.py telegram.ext.ChosenInlineResultHandler ====================================== diff --git a/docs/source/telegram.ext.commandhandler.rst b/docs/source/telegram.ext.commandhandler.rst index 4b8d869e9f6..de0b61c015b 100644 --- a/docs/source/telegram.ext.commandhandler.rst +++ b/docs/source/telegram.ext.commandhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/commandhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/commandhandler.py telegram.ext.CommandHandler =========================== diff --git a/docs/source/telegram.ext.contexttypes.rst b/docs/source/telegram.ext.contexttypes.rst index d0cc0a29a1d..acdf3373594 100644 --- a/docs/source/telegram.ext.contexttypes.rst +++ b/docs/source/telegram.ext.contexttypes.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/contexttypes.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/contexttypes.py telegram.ext.ContextTypes ========================= diff --git a/docs/source/telegram.ext.conversationhandler.rst b/docs/source/telegram.ext.conversationhandler.rst index 2f5007d159a..dae65321159 100644 --- a/docs/source/telegram.ext.conversationhandler.rst +++ b/docs/source/telegram.ext.conversationhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/conversationhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/conversationhandler.py telegram.ext.ConversationHandler ================================ diff --git a/docs/source/telegram.ext.defaults.rst b/docs/source/telegram.ext.defaults.rst index 66a3387049d..ac28883a07c 100644 --- a/docs/source/telegram.ext.defaults.rst +++ b/docs/source/telegram.ext.defaults.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/defaults.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/defaults.py telegram.ext.Defaults ===================== diff --git a/docs/source/telegram.ext.delayqueue.rst b/docs/source/telegram.ext.delayqueue.rst index cf64f2bc780..0368d14d479 100644 --- a/docs/source/telegram.ext.delayqueue.rst +++ b/docs/source/telegram.ext.delayqueue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/messagequeue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/messagequeue.py telegram.ext.DelayQueue ======================= diff --git a/docs/source/telegram.ext.dictpersistence.rst b/docs/source/telegram.ext.dictpersistence.rst index 95ea3ef3f27..ca36008fe20 100644 --- a/docs/source/telegram.ext.dictpersistence.rst +++ b/docs/source/telegram.ext.dictpersistence.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dictpersistence.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dictpersistence.py telegram.ext.DictPersistence ============================ diff --git a/docs/source/telegram.ext.dispatcher.rst b/docs/source/telegram.ext.dispatcher.rst index 268be2ac0eb..948987cf826 100644 --- a/docs/source/telegram.ext.dispatcher.rst +++ b/docs/source/telegram.ext.dispatcher.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dispatcher.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dispatcher.py telegram.ext.Dispatcher ======================= diff --git a/docs/source/telegram.ext.dispatcherhandlerstop.rst b/docs/source/telegram.ext.dispatcherhandlerstop.rst index 6894a840f46..5ec15a9f840 100644 --- a/docs/source/telegram.ext.dispatcherhandlerstop.rst +++ b/docs/source/telegram.ext.dispatcherhandlerstop.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/dispatcher.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/dispatcher.py telegram.ext.DispatcherHandlerStop ================================== diff --git a/docs/source/telegram.ext.extbot.rst b/docs/source/telegram.ext.extbot.rst index a295f2aa4b3..b3389a6e957 100644 --- a/docs/source/telegram.ext.extbot.rst +++ b/docs/source/telegram.ext.extbot.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/extbot.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/extbot.py telegram.ext.ExtBot =================== diff --git a/docs/source/telegram.ext.filters.rst b/docs/source/telegram.ext.filters.rst index c4e12c714d5..0674eb98f7c 100644 --- a/docs/source/telegram.ext.filters.rst +++ b/docs/source/telegram.ext.filters.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/filters.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/filters.py telegram.ext.filters Module =========================== diff --git a/docs/source/telegram.ext.handler.rst b/docs/source/telegram.ext.handler.rst index 065cbba98f1..503ee47108e 100644 --- a/docs/source/telegram.ext.handler.rst +++ b/docs/source/telegram.ext.handler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/handler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/handler.py telegram.ext.Handler ==================== diff --git a/docs/source/telegram.ext.inlinequeryhandler.rst b/docs/source/telegram.ext.inlinequeryhandler.rst index ea2ddeaf748..c4e8860a8f8 100644 --- a/docs/source/telegram.ext.inlinequeryhandler.rst +++ b/docs/source/telegram.ext.inlinequeryhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/inlinequeryhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/inlinequeryhandler.py telegram.ext.InlineQueryHandler =============================== diff --git a/docs/source/telegram.ext.invalidcallbackdata.rst b/docs/source/telegram.ext.invalidcallbackdata.rst index 58588d1feef..f81104e1d0b 100644 --- a/docs/source/telegram.ext.invalidcallbackdata.rst +++ b/docs/source/telegram.ext.invalidcallbackdata.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/callbackdatacache.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/callbackdatacache.py telegram.ext.InvalidCallbackData ================================ diff --git a/docs/source/telegram.ext.job.rst b/docs/source/telegram.ext.job.rst index 50bfd9e7b6b..a03fc9ba2c8 100644 --- a/docs/source/telegram.ext.job.rst +++ b/docs/source/telegram.ext.job.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/jobqueue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/jobqueue.py telegram.ext.Job ===================== diff --git a/docs/source/telegram.ext.jobqueue.rst b/docs/source/telegram.ext.jobqueue.rst index ec5f98398f2..623964c8aef 100644 --- a/docs/source/telegram.ext.jobqueue.rst +++ b/docs/source/telegram.ext.jobqueue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/jobqueue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/jobqueue.py telegram.ext.JobQueue ===================== diff --git a/docs/source/telegram.ext.messagehandler.rst b/docs/source/telegram.ext.messagehandler.rst index 262c1aa0665..9a6beac1072 100644 --- a/docs/source/telegram.ext.messagehandler.rst +++ b/docs/source/telegram.ext.messagehandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/messagehandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/messagehandler.py telegram.ext.MessageHandler =========================== diff --git a/docs/source/telegram.ext.messagequeue.rst b/docs/source/telegram.ext.messagequeue.rst index 0b824f1e9bf..59c3be32cde 100644 --- a/docs/source/telegram.ext.messagequeue.rst +++ b/docs/source/telegram.ext.messagequeue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/messagequeue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/messagequeue.py telegram.ext.MessageQueue ========================= diff --git a/docs/source/telegram.ext.picklepersistence.rst b/docs/source/telegram.ext.picklepersistence.rst index fc1dcd7a5c4..5a8b410825e 100644 --- a/docs/source/telegram.ext.picklepersistence.rst +++ b/docs/source/telegram.ext.picklepersistence.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/picklepersistence.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/picklepersistence.py telegram.ext.PicklePersistence ============================== diff --git a/docs/source/telegram.ext.pollanswerhandler.rst b/docs/source/telegram.ext.pollanswerhandler.rst index fa049fa9f27..122ae090856 100644 --- a/docs/source/telegram.ext.pollanswerhandler.rst +++ b/docs/source/telegram.ext.pollanswerhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/pollanswerhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/pollanswerhandler.py telegram.ext.PollAnswerHandler ============================== diff --git a/docs/source/telegram.ext.pollhandler.rst b/docs/source/telegram.ext.pollhandler.rst index 14a9d003a52..e4da5a1d9c7 100644 --- a/docs/source/telegram.ext.pollhandler.rst +++ b/docs/source/telegram.ext.pollhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/pollhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/pollhandler.py telegram.ext.PollHandler ======================== diff --git a/docs/source/telegram.ext.precheckoutqueryhandler.rst b/docs/source/telegram.ext.precheckoutqueryhandler.rst index c7138853dae..ca8f3e5f057 100644 --- a/docs/source/telegram.ext.precheckoutqueryhandler.rst +++ b/docs/source/telegram.ext.precheckoutqueryhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/precheckoutqueryhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/precheckoutqueryhandler.py telegram.ext.PreCheckoutQueryHandler ==================================== diff --git a/docs/source/telegram.ext.prefixhandler.rst b/docs/source/telegram.ext.prefixhandler.rst index d61e3589298..340f9a15b0f 100644 --- a/docs/source/telegram.ext.prefixhandler.rst +++ b/docs/source/telegram.ext.prefixhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/commandhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/commandhandler.py telegram.ext.PrefixHandler =========================== diff --git a/docs/source/telegram.ext.regexhandler.rst b/docs/source/telegram.ext.regexhandler.rst index efe40ef29c7..8f2096a9ac0 100644 --- a/docs/source/telegram.ext.regexhandler.rst +++ b/docs/source/telegram.ext.regexhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/regexhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/regexhandler.py telegram.ext.RegexHandler ========================= diff --git a/docs/source/telegram.ext.shippingqueryhandler.rst b/docs/source/telegram.ext.shippingqueryhandler.rst index 013ef57b846..5a8c63bb7d5 100644 --- a/docs/source/telegram.ext.shippingqueryhandler.rst +++ b/docs/source/telegram.ext.shippingqueryhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/shippingqueryhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/shippingqueryhandler.py telegram.ext.ShippingQueryHandler ================================= diff --git a/docs/source/telegram.ext.stringcommandhandler.rst b/docs/source/telegram.ext.stringcommandhandler.rst index 5fe5dc82bbb..ce7ab731e0e 100644 --- a/docs/source/telegram.ext.stringcommandhandler.rst +++ b/docs/source/telegram.ext.stringcommandhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/stringcommandhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/stringcommandhandler.py telegram.ext.StringCommandHandler ================================= diff --git a/docs/source/telegram.ext.stringregexhandler.rst b/docs/source/telegram.ext.stringregexhandler.rst index 127239db9d6..f69aea64d2d 100644 --- a/docs/source/telegram.ext.stringregexhandler.rst +++ b/docs/source/telegram.ext.stringregexhandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/stringregexhandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/stringregexhandler.py telegram.ext.StringRegexHandler =============================== diff --git a/docs/source/telegram.ext.typehandler.rst b/docs/source/telegram.ext.typehandler.rst index 49dfbbf1127..30d6c04793b 100644 --- a/docs/source/telegram.ext.typehandler.rst +++ b/docs/source/telegram.ext.typehandler.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/typehandler.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/typehandler.py telegram.ext.TypeHandler ======================== diff --git a/docs/source/telegram.ext.updater.rst b/docs/source/telegram.ext.updater.rst index dcd8ce4c061..18f4108f723 100644 --- a/docs/source/telegram.ext.updater.rst +++ b/docs/source/telegram.ext.updater.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/updater.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/updater.py telegram.ext.Updater ==================== diff --git a/docs/source/telegram.ext.utils.promise.rst b/docs/source/telegram.ext.utils.promise.rst index aee183d015c..c2fa56900e7 100644 --- a/docs/source/telegram.ext.utils.promise.rst +++ b/docs/source/telegram.ext.utils.promise.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/utils/promise.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/utils/promise.py telegram.ext.utils.promise.Promise ================================== diff --git a/docs/source/telegram.ext.utils.types.rst b/docs/source/telegram.ext.utils.types.rst index 5c501ecf840..181fa833b16 100644 --- a/docs/source/telegram.ext.utils.types.rst +++ b/docs/source/telegram.ext.utils.types.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/ext/utils/types.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/ext/utils/types.py telegram.ext.utils.types Module ================================ diff --git a/docs/source/telegram.file.rst b/docs/source/telegram.file.rst index 8db85d86d16..dfe836fa49c 100644 --- a/docs/source/telegram.file.rst +++ b/docs/source/telegram.file.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/file.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/file.py telegram.File ============= diff --git a/docs/source/telegram.filecredentials.rst b/docs/source/telegram.filecredentials.rst index bc2d88e779d..7bc18806cec 100644 --- a/docs/source/telegram.filecredentials.rst +++ b/docs/source/telegram.filecredentials.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.FileCredentials ======================== diff --git a/docs/source/telegram.forcereply.rst b/docs/source/telegram.forcereply.rst index 2ee8edce872..9c046c3b9e9 100644 --- a/docs/source/telegram.forcereply.rst +++ b/docs/source/telegram.forcereply.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/forcereply.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/forcereply.py telegram.ForceReply =================== diff --git a/docs/source/telegram.game.rst b/docs/source/telegram.game.rst index c6f2c51c1e7..a4ff18c80cb 100644 --- a/docs/source/telegram.game.rst +++ b/docs/source/telegram.game.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/games/game.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/games/game.py telegram.Game ============= diff --git a/docs/source/telegram.gamehighscore.rst b/docs/source/telegram.gamehighscore.rst index 84528bdb951..641de60725d 100644 --- a/docs/source/telegram.gamehighscore.rst +++ b/docs/source/telegram.gamehighscore.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/games/gamehighscore.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/games/gamehighscore.py telegram.GameHighScore ====================== diff --git a/docs/source/telegram.iddocumentdata.rst b/docs/source/telegram.iddocumentdata.rst index 85c32271ace..c2e14f0ab33 100644 --- a/docs/source/telegram.iddocumentdata.rst +++ b/docs/source/telegram.iddocumentdata.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/data.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/data.py telegram.IdDocumentData ======================= diff --git a/docs/source/telegram.inlinekeyboardbutton.rst b/docs/source/telegram.inlinekeyboardbutton.rst index dde7af030ca..f82bb439184 100644 --- a/docs/source/telegram.inlinekeyboardbutton.rst +++ b/docs/source/telegram.inlinekeyboardbutton.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinekeyboardbutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinekeyboardbutton.py telegram.InlineKeyboardButton ============================= diff --git a/docs/source/telegram.inlinekeyboardmarkup.rst b/docs/source/telegram.inlinekeyboardmarkup.rst index 1a41e0d1d4b..6a6a4e27fd2 100644 --- a/docs/source/telegram.inlinekeyboardmarkup.rst +++ b/docs/source/telegram.inlinekeyboardmarkup.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinekeyboardmarkup.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinekeyboardmarkup.py telegram.InlineKeyboardMarkup ============================= diff --git a/docs/source/telegram.inlinequery.rst b/docs/source/telegram.inlinequery.rst index 00c6566a9b9..24d234852bf 100644 --- a/docs/source/telegram.inlinequery.rst +++ b/docs/source/telegram.inlinequery.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequery.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequery.py telegram.InlineQuery ==================== diff --git a/docs/source/telegram.inlinequeryresult.rst b/docs/source/telegram.inlinequeryresult.rst index 0d9970b1a1d..05e2fd3f288 100644 --- a/docs/source/telegram.inlinequeryresult.rst +++ b/docs/source/telegram.inlinequeryresult.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresult.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresult.py telegram.InlineQueryResult ========================== diff --git a/docs/source/telegram.inlinequeryresultarticle.rst b/docs/source/telegram.inlinequeryresultarticle.rst index 46ea88cd72d..ff734d4c045 100644 --- a/docs/source/telegram.inlinequeryresultarticle.rst +++ b/docs/source/telegram.inlinequeryresultarticle.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultarticle.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultarticle.py telegram.InlineQueryResultArticle ================================= diff --git a/docs/source/telegram.inlinequeryresultaudio.rst b/docs/source/telegram.inlinequeryresultaudio.rst index 414b437c7f5..1ca3665d0b1 100644 --- a/docs/source/telegram.inlinequeryresultaudio.rst +++ b/docs/source/telegram.inlinequeryresultaudio.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultaudio.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultaudio.py telegram.InlineQueryResultAudio =============================== diff --git a/docs/source/telegram.inlinequeryresultcachedaudio.rst b/docs/source/telegram.inlinequeryresultcachedaudio.rst index 01431917ac8..727e0d03a1d 100644 --- a/docs/source/telegram.inlinequeryresultcachedaudio.rst +++ b/docs/source/telegram.inlinequeryresultcachedaudio.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedaudio.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedaudio.py telegram.InlineQueryResultCachedAudio ===================================== diff --git a/docs/source/telegram.inlinequeryresultcacheddocument.rst b/docs/source/telegram.inlinequeryresultcacheddocument.rst index 5a23a317e04..d3073b4854d 100644 --- a/docs/source/telegram.inlinequeryresultcacheddocument.rst +++ b/docs/source/telegram.inlinequeryresultcacheddocument.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcacheddocument.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcacheddocument.py telegram.InlineQueryResultCachedDocument ======================================== diff --git a/docs/source/telegram.inlinequeryresultcachedgif.rst b/docs/source/telegram.inlinequeryresultcachedgif.rst index a639991db10..ff6b06b8a8b 100644 --- a/docs/source/telegram.inlinequeryresultcachedgif.rst +++ b/docs/source/telegram.inlinequeryresultcachedgif.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedgif.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedgif.py telegram.InlineQueryResultCachedGif =================================== diff --git a/docs/source/telegram.inlinequeryresultcachedmpeg4gif.rst b/docs/source/telegram.inlinequeryresultcachedmpeg4gif.rst index d98da74344f..5ef22e410ab 100644 --- a/docs/source/telegram.inlinequeryresultcachedmpeg4gif.rst +++ b/docs/source/telegram.inlinequeryresultcachedmpeg4gif.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedmpeg4gif.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedmpeg4gif.py telegram.InlineQueryResultCachedMpeg4Gif ======================================== diff --git a/docs/source/telegram.inlinequeryresultcachedphoto.rst b/docs/source/telegram.inlinequeryresultcachedphoto.rst index 882f84ce474..0d878e62103 100644 --- a/docs/source/telegram.inlinequeryresultcachedphoto.rst +++ b/docs/source/telegram.inlinequeryresultcachedphoto.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedphoto.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedphoto.py telegram.InlineQueryResultCachedPhoto ===================================== diff --git a/docs/source/telegram.inlinequeryresultcachedsticker.rst b/docs/source/telegram.inlinequeryresultcachedsticker.rst index 19872be365c..ad2efd1c98d 100644 --- a/docs/source/telegram.inlinequeryresultcachedsticker.rst +++ b/docs/source/telegram.inlinequeryresultcachedsticker.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedsticker.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedsticker.py telegram.InlineQueryResultCachedSticker ======================================= diff --git a/docs/source/telegram.inlinequeryresultcachedvideo.rst b/docs/source/telegram.inlinequeryresultcachedvideo.rst index 567b86b71b2..f5e2ec5ff80 100644 --- a/docs/source/telegram.inlinequeryresultcachedvideo.rst +++ b/docs/source/telegram.inlinequeryresultcachedvideo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedvideo.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedvideo.py telegram.InlineQueryResultCachedVideo ===================================== diff --git a/docs/source/telegram.inlinequeryresultcachedvoice.rst b/docs/source/telegram.inlinequeryresultcachedvoice.rst index c26bf187246..1a789be8c5c 100644 --- a/docs/source/telegram.inlinequeryresultcachedvoice.rst +++ b/docs/source/telegram.inlinequeryresultcachedvoice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcachedvoice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcachedvoice.py telegram.InlineQueryResultCachedVoice ===================================== diff --git a/docs/source/telegram.inlinequeryresultcontact.rst b/docs/source/telegram.inlinequeryresultcontact.rst index cd40f9fe858..81d52eff1c7 100644 --- a/docs/source/telegram.inlinequeryresultcontact.rst +++ b/docs/source/telegram.inlinequeryresultcontact.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultcontact.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultcontact.py telegram.InlineQueryResultContact ================================= diff --git a/docs/source/telegram.inlinequeryresultdocument.rst b/docs/source/telegram.inlinequeryresultdocument.rst index 7cdd4601fde..1e622430cbb 100644 --- a/docs/source/telegram.inlinequeryresultdocument.rst +++ b/docs/source/telegram.inlinequeryresultdocument.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultdocument.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultdocument.py telegram.InlineQueryResultDocument ================================== diff --git a/docs/source/telegram.inlinequeryresultgame.rst b/docs/source/telegram.inlinequeryresultgame.rst index dbc57c9deae..308b938d425 100644 --- a/docs/source/telegram.inlinequeryresultgame.rst +++ b/docs/source/telegram.inlinequeryresultgame.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultgame.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultgame.py telegram.InlineQueryResultGame ============================== diff --git a/docs/source/telegram.inlinequeryresultgif.rst b/docs/source/telegram.inlinequeryresultgif.rst index eb02ae7098b..d1f547862d4 100644 --- a/docs/source/telegram.inlinequeryresultgif.rst +++ b/docs/source/telegram.inlinequeryresultgif.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultgif.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultgif.py telegram.InlineQueryResultGif ============================= diff --git a/docs/source/telegram.inlinequeryresultlocation.rst b/docs/source/telegram.inlinequeryresultlocation.rst index 49622306ad9..b2f3bc4b86a 100644 --- a/docs/source/telegram.inlinequeryresultlocation.rst +++ b/docs/source/telegram.inlinequeryresultlocation.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultlocation.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultlocation.py telegram.InlineQueryResultLocation ================================== diff --git a/docs/source/telegram.inlinequeryresultmpeg4gif.rst b/docs/source/telegram.inlinequeryresultmpeg4gif.rst index 72d87c82244..54677a402d7 100644 --- a/docs/source/telegram.inlinequeryresultmpeg4gif.rst +++ b/docs/source/telegram.inlinequeryresultmpeg4gif.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultmpeg4gif.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultmpeg4gif.py telegram.InlineQueryResultMpeg4Gif ================================== diff --git a/docs/source/telegram.inlinequeryresultphoto.rst b/docs/source/telegram.inlinequeryresultphoto.rst index 9e6edd7f408..fdb0aa73772 100644 --- a/docs/source/telegram.inlinequeryresultphoto.rst +++ b/docs/source/telegram.inlinequeryresultphoto.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultphoto.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultphoto.py telegram.InlineQueryResultPhoto =============================== diff --git a/docs/source/telegram.inlinequeryresultvenue.rst b/docs/source/telegram.inlinequeryresultvenue.rst index 50e026353ac..07992f8e19f 100644 --- a/docs/source/telegram.inlinequeryresultvenue.rst +++ b/docs/source/telegram.inlinequeryresultvenue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultvenue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultvenue.py telegram.InlineQueryResultVenue =============================== diff --git a/docs/source/telegram.inlinequeryresultvideo.rst b/docs/source/telegram.inlinequeryresultvideo.rst index d760dda182c..cfd487cae54 100644 --- a/docs/source/telegram.inlinequeryresultvideo.rst +++ b/docs/source/telegram.inlinequeryresultvideo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultvideo.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultvideo.py telegram.InlineQueryResultVideo =============================== diff --git a/docs/source/telegram.inlinequeryresultvoice.rst b/docs/source/telegram.inlinequeryresultvoice.rst index 2e7c139b3ed..8668838a03b 100644 --- a/docs/source/telegram.inlinequeryresultvoice.rst +++ b/docs/source/telegram.inlinequeryresultvoice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inlinequeryresultvoice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inlinequeryresultvoice.py telegram.InlineQueryResultVoice =============================== diff --git a/docs/source/telegram.inputcontactmessagecontent.rst b/docs/source/telegram.inputcontactmessagecontent.rst index d26eaebc3b0..6ebbbd447d0 100644 --- a/docs/source/telegram.inputcontactmessagecontent.rst +++ b/docs/source/telegram.inputcontactmessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputcontactmessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputcontactmessagecontent.py telegram.InputContactMessageContent =================================== diff --git a/docs/source/telegram.inputfile.rst b/docs/source/telegram.inputfile.rst index 7462feff4ab..721d4c32557 100644 --- a/docs/source/telegram.inputfile.rst +++ b/docs/source/telegram.inputfile.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputfile.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputfile.py telegram.InputFile ================== diff --git a/docs/source/telegram.inputinvoicemessagecontent.rst b/docs/source/telegram.inputinvoicemessagecontent.rst index 071d431093d..691c0abea2e 100644 --- a/docs/source/telegram.inputinvoicemessagecontent.rst +++ b/docs/source/telegram.inputinvoicemessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputinvoicemessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputinvoicemessagecontent.py telegram.InputInvoiceMessageContent =================================== diff --git a/docs/source/telegram.inputlocationmessagecontent.rst b/docs/source/telegram.inputlocationmessagecontent.rst index 40db11ceb9c..5719a8e9878 100644 --- a/docs/source/telegram.inputlocationmessagecontent.rst +++ b/docs/source/telegram.inputlocationmessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputlocationmessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputlocationmessagecontent.py telegram.InputLocationMessageContent ==================================== diff --git a/docs/source/telegram.inputmedia.rst b/docs/source/telegram.inputmedia.rst index 5d3e96cf15d..e19725165de 100644 --- a/docs/source/telegram.inputmedia.rst +++ b/docs/source/telegram.inputmedia.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMedia =================== diff --git a/docs/source/telegram.inputmediaanimation.rst b/docs/source/telegram.inputmediaanimation.rst index ca0f302bf8b..0d3203722f1 100644 --- a/docs/source/telegram.inputmediaanimation.rst +++ b/docs/source/telegram.inputmediaanimation.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMediaAnimation ============================ diff --git a/docs/source/telegram.inputmediaaudio.rst b/docs/source/telegram.inputmediaaudio.rst index 9340ae86ee4..85c49f90499 100644 --- a/docs/source/telegram.inputmediaaudio.rst +++ b/docs/source/telegram.inputmediaaudio.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMediaAudio ======================== diff --git a/docs/source/telegram.inputmediadocument.rst b/docs/source/telegram.inputmediadocument.rst index 7fa547dedc5..6921826dd98 100644 --- a/docs/source/telegram.inputmediadocument.rst +++ b/docs/source/telegram.inputmediadocument.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMediaDocument =========================== diff --git a/docs/source/telegram.inputmediaphoto.rst b/docs/source/telegram.inputmediaphoto.rst index 11dc5e99d2f..1bddd78d7cb 100644 --- a/docs/source/telegram.inputmediaphoto.rst +++ b/docs/source/telegram.inputmediaphoto.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMediaPhoto ======================== diff --git a/docs/source/telegram.inputmediavideo.rst b/docs/source/telegram.inputmediavideo.rst index 6f6a128803a..886cb02046e 100644 --- a/docs/source/telegram.inputmediavideo.rst +++ b/docs/source/telegram.inputmediavideo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/inputmedia.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/inputmedia.py telegram.InputMediaVideo ======================== diff --git a/docs/source/telegram.inputmessagecontent.rst b/docs/source/telegram.inputmessagecontent.rst index 26efa6063ff..e7b0e0b4e71 100644 --- a/docs/source/telegram.inputmessagecontent.rst +++ b/docs/source/telegram.inputmessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputmessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputmessagecontent.py telegram.InputMessageContent ============================ diff --git a/docs/source/telegram.inputtextmessagecontent.rst b/docs/source/telegram.inputtextmessagecontent.rst index 992f02eedd9..f7989f36452 100644 --- a/docs/source/telegram.inputtextmessagecontent.rst +++ b/docs/source/telegram.inputtextmessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputtextmessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputtextmessagecontent.py telegram.InputTextMessageContent ================================ diff --git a/docs/source/telegram.inputvenuemessagecontent.rst b/docs/source/telegram.inputvenuemessagecontent.rst index ba91631e14b..6788dab0f79 100644 --- a/docs/source/telegram.inputvenuemessagecontent.rst +++ b/docs/source/telegram.inputvenuemessagecontent.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/inline/inputvenuemessagecontent.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/inline/inputvenuemessagecontent.py telegram.InputVenueMessageContent ================================= diff --git a/docs/source/telegram.invoice.rst b/docs/source/telegram.invoice.rst index f5af48a06e2..a4cf0ace885 100644 --- a/docs/source/telegram.invoice.rst +++ b/docs/source/telegram.invoice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/invoice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/invoice.py telegram.Invoice ================ diff --git a/docs/source/telegram.keyboardbutton.rst b/docs/source/telegram.keyboardbutton.rst index ccb5b508bcf..517df0c2965 100644 --- a/docs/source/telegram.keyboardbutton.rst +++ b/docs/source/telegram.keyboardbutton.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/keyboardbutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/keyboardbutton.py telegram.KeyboardButton ======================= diff --git a/docs/source/telegram.keyboardbuttonpolltype.rst b/docs/source/telegram.keyboardbuttonpolltype.rst index 1c4ef7f2dfd..df219e7603f 100644 --- a/docs/source/telegram.keyboardbuttonpolltype.rst +++ b/docs/source/telegram.keyboardbuttonpolltype.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/keyboardbuttonpolltype.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/keyboardbuttonpolltype.py telegram.KeyboardButtonPollType =============================== diff --git a/docs/source/telegram.labeledprice.rst b/docs/source/telegram.labeledprice.rst index 046cde062ba..646e78f48a7 100644 --- a/docs/source/telegram.labeledprice.rst +++ b/docs/source/telegram.labeledprice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/labeledprice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/labeledprice.py telegram.LabeledPrice ===================== diff --git a/docs/source/telegram.location.rst b/docs/source/telegram.location.rst index 22effdd0bce..6ab9204de77 100644 --- a/docs/source/telegram.location.rst +++ b/docs/source/telegram.location.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/location.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/location.py telegram.Location ================= diff --git a/docs/source/telegram.loginurl.rst b/docs/source/telegram.loginurl.rst index 2a39d661ef9..2db31f11901 100644 --- a/docs/source/telegram.loginurl.rst +++ b/docs/source/telegram.loginurl.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/loginurl.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/loginurl.py telegram.LoginUrl ================= diff --git a/docs/source/telegram.maskposition.rst b/docs/source/telegram.maskposition.rst index f54fb5ea526..9b4fe295306 100644 --- a/docs/source/telegram.maskposition.rst +++ b/docs/source/telegram.maskposition.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/sticker.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/sticker.py telegram.MaskPosition ===================== diff --git a/docs/source/telegram.menubutton.rst b/docs/source/telegram.menubutton.rst index ee5b1d78043..489b162025b 100644 --- a/docs/source/telegram.menubutton.rst +++ b/docs/source/telegram.menubutton.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/menubutton.py telegram.MenuButton =================== diff --git a/docs/source/telegram.menubuttoncommands.rst b/docs/source/telegram.menubuttoncommands.rst index 20160a89e3d..fbd26a9062f 100644 --- a/docs/source/telegram.menubuttoncommands.rst +++ b/docs/source/telegram.menubuttoncommands.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/menubutton.py telegram.MenuButtonCommands =========================== diff --git a/docs/source/telegram.menubuttondefault.rst b/docs/source/telegram.menubuttondefault.rst index 3c6e86fac2a..c1f30a48ce4 100644 --- a/docs/source/telegram.menubuttondefault.rst +++ b/docs/source/telegram.menubuttondefault.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/menubutton.py telegram.MenuButtonDefault ========================== diff --git a/docs/source/telegram.menubuttonwebapp.rst b/docs/source/telegram.menubuttonwebapp.rst index b1a76500f7a..92bbab2b857 100644 --- a/docs/source/telegram.menubuttonwebapp.rst +++ b/docs/source/telegram.menubuttonwebapp.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/menubutton.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/menubutton.py telegram.MenuButtonWebApp ========================= diff --git a/docs/source/telegram.message.rst b/docs/source/telegram.message.rst index 91e3fe39ae1..70d16fe3588 100644 --- a/docs/source/telegram.message.rst +++ b/docs/source/telegram.message.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/message.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/message.py telegram.Message ================ diff --git a/docs/source/telegram.messageautodeletetimerchanged.rst b/docs/source/telegram.messageautodeletetimerchanged.rst index 3553f7d9fd1..6bd990719fd 100644 --- a/docs/source/telegram.messageautodeletetimerchanged.rst +++ b/docs/source/telegram.messageautodeletetimerchanged.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/messageautodeletetimerchanged.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/messageautodeletetimerchanged.py telegram.MessageAutoDeleteTimerChanged ====================================== diff --git a/docs/source/telegram.messageentity.rst b/docs/source/telegram.messageentity.rst index a9a9c421ed8..9f0490f1ac4 100644 --- a/docs/source/telegram.messageentity.rst +++ b/docs/source/telegram.messageentity.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/messageentity.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/messageentity.py telegram.MessageEntity ====================== diff --git a/docs/source/telegram.messageid.rst b/docs/source/telegram.messageid.rst index 1fb90866113..a33551dd431 100644 --- a/docs/source/telegram.messageid.rst +++ b/docs/source/telegram.messageid.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/messageid.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/messageid.py telegram.MessageId ================== diff --git a/docs/source/telegram.orderinfo.rst b/docs/source/telegram.orderinfo.rst index 981768981d0..cdfe68d9cb0 100644 --- a/docs/source/telegram.orderinfo.rst +++ b/docs/source/telegram.orderinfo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/orderinfo.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/orderinfo.py telegram.OrderInfo ================== diff --git a/docs/source/telegram.parsemode.rst b/docs/source/telegram.parsemode.rst index 5d493949bf7..245236cb143 100644 --- a/docs/source/telegram.parsemode.rst +++ b/docs/source/telegram.parsemode.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/parsemode.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/parsemode.py telegram.ParseMode ================== diff --git a/docs/source/telegram.passportdata.rst b/docs/source/telegram.passportdata.rst index 92b033e4046..bccbbf4afc1 100644 --- a/docs/source/telegram.passportdata.rst +++ b/docs/source/telegram.passportdata.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportdata.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportdata.py telegram.PassportData ===================== diff --git a/docs/source/telegram.passportelementerror.rst b/docs/source/telegram.passportelementerror.rst index b431f05d8ce..0792b56f6d3 100644 --- a/docs/source/telegram.passportelementerror.rst +++ b/docs/source/telegram.passportelementerror.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementError ============================= diff --git a/docs/source/telegram.passportelementerrordatafield.rst b/docs/source/telegram.passportelementerrordatafield.rst index 8868e6b15a6..461b29e6e03 100644 --- a/docs/source/telegram.passportelementerrordatafield.rst +++ b/docs/source/telegram.passportelementerrordatafield.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorDataField ====================================== diff --git a/docs/source/telegram.passportelementerrorfile.rst b/docs/source/telegram.passportelementerrorfile.rst index cb74323302b..d8020beedbf 100644 --- a/docs/source/telegram.passportelementerrorfile.rst +++ b/docs/source/telegram.passportelementerrorfile.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorFile ================================= diff --git a/docs/source/telegram.passportelementerrorfiles.rst b/docs/source/telegram.passportelementerrorfiles.rst index a6ed2e4a185..069e49285fa 100644 --- a/docs/source/telegram.passportelementerrorfiles.rst +++ b/docs/source/telegram.passportelementerrorfiles.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorFiles ================================== diff --git a/docs/source/telegram.passportelementerrorfrontside.rst b/docs/source/telegram.passportelementerrorfrontside.rst index 3e57cf2cd19..70c11c84818 100644 --- a/docs/source/telegram.passportelementerrorfrontside.rst +++ b/docs/source/telegram.passportelementerrorfrontside.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorFrontSide ====================================== diff --git a/docs/source/telegram.passportelementerrorreverseside.rst b/docs/source/telegram.passportelementerrorreverseside.rst index 089eaffb015..00636aa4fad 100644 --- a/docs/source/telegram.passportelementerrorreverseside.rst +++ b/docs/source/telegram.passportelementerrorreverseside.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorReverseSide ======================================== diff --git a/docs/source/telegram.passportelementerrorselfie.rst b/docs/source/telegram.passportelementerrorselfie.rst index a29b72f5b66..4782ebfc730 100644 --- a/docs/source/telegram.passportelementerrorselfie.rst +++ b/docs/source/telegram.passportelementerrorselfie.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorSelfie ======================================== diff --git a/docs/source/telegram.passportelementerrortranslationfile.rst b/docs/source/telegram.passportelementerrortranslationfile.rst index df48052ecc9..507112f589f 100644 --- a/docs/source/telegram.passportelementerrortranslationfile.rst +++ b/docs/source/telegram.passportelementerrortranslationfile.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorTranslationFile ============================================ diff --git a/docs/source/telegram.passportelementerrortranslationfiles.rst b/docs/source/telegram.passportelementerrortranslationfiles.rst index 50c59a4df1d..1bb6bb980c1 100644 --- a/docs/source/telegram.passportelementerrortranslationfiles.rst +++ b/docs/source/telegram.passportelementerrortranslationfiles.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorTranslationFiles ============================================= diff --git a/docs/source/telegram.passportelementerrorunspecified.rst b/docs/source/telegram.passportelementerrorunspecified.rst index cca80814490..7e33333f18e 100644 --- a/docs/source/telegram.passportelementerrorunspecified.rst +++ b/docs/source/telegram.passportelementerrorunspecified.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportelementerrors.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportelementerrors.py telegram.PassportElementErrorUnspecified ======================================== diff --git a/docs/source/telegram.passportfile.rst b/docs/source/telegram.passportfile.rst index e5577215e6a..14baf3d331c 100644 --- a/docs/source/telegram.passportfile.rst +++ b/docs/source/telegram.passportfile.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/passportfile.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/passportfile.py telegram.PassportFile ===================== diff --git a/docs/source/telegram.personaldetails.rst b/docs/source/telegram.personaldetails.rst index 7a072b51c3a..afdef5f584c 100644 --- a/docs/source/telegram.personaldetails.rst +++ b/docs/source/telegram.personaldetails.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/data.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/data.py telegram.PersonalDetails ======================== diff --git a/docs/source/telegram.photosize.rst b/docs/source/telegram.photosize.rst index 8b9b20aee39..e68765e9d46 100644 --- a/docs/source/telegram.photosize.rst +++ b/docs/source/telegram.photosize.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/photosize.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/photosize.py telegram.PhotoSize ================== diff --git a/docs/source/telegram.poll.rst b/docs/source/telegram.poll.rst index ed401d70775..35854dd400c 100644 --- a/docs/source/telegram.poll.rst +++ b/docs/source/telegram.poll.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/poll.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/poll.py telegram.Poll ============= diff --git a/docs/source/telegram.pollanswer.rst b/docs/source/telegram.pollanswer.rst index a72a8934016..2f66f78db04 100644 --- a/docs/source/telegram.pollanswer.rst +++ b/docs/source/telegram.pollanswer.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/poll.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/poll.py telegram.PollAnswer =================== diff --git a/docs/source/telegram.polloption.rst b/docs/source/telegram.polloption.rst index 02663e9324e..aaf550d0f6f 100644 --- a/docs/source/telegram.polloption.rst +++ b/docs/source/telegram.polloption.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/poll.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/poll.py telegram.PollOption =================== diff --git a/docs/source/telegram.precheckoutquery.rst b/docs/source/telegram.precheckoutquery.rst index 2bac6fa575c..7950f692a67 100644 --- a/docs/source/telegram.precheckoutquery.rst +++ b/docs/source/telegram.precheckoutquery.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/precheckoutquery.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/precheckoutquery.py telegram.PreCheckoutQuery ========================= diff --git a/docs/source/telegram.proximityalerttriggered.rst b/docs/source/telegram.proximityalerttriggered.rst index 251f3a53f7f..7f65c37de96 100644 --- a/docs/source/telegram.proximityalerttriggered.rst +++ b/docs/source/telegram.proximityalerttriggered.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/proximityalerttriggered.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/proximityalerttriggered.py telegram.ProximityAlertTriggered ================================ diff --git a/docs/source/telegram.replykeyboardmarkup.rst b/docs/source/telegram.replykeyboardmarkup.rst index 87ff3af9f61..192e60148ae 100644 --- a/docs/source/telegram.replykeyboardmarkup.rst +++ b/docs/source/telegram.replykeyboardmarkup.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/replykeyboardmarkup.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/replykeyboardmarkup.py telegram.ReplyKeyboardMarkup ============================ diff --git a/docs/source/telegram.replykeyboardremove.rst b/docs/source/telegram.replykeyboardremove.rst index 7e7235b0c99..15dfd1dbae2 100644 --- a/docs/source/telegram.replykeyboardremove.rst +++ b/docs/source/telegram.replykeyboardremove.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/replykeyboardremove.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/replykeyboardremove.py telegram.ReplyKeyboardRemove ============================ diff --git a/docs/source/telegram.replymarkup.rst b/docs/source/telegram.replymarkup.rst index ba262b6b9ec..f8cdf510e5f 100644 --- a/docs/source/telegram.replymarkup.rst +++ b/docs/source/telegram.replymarkup.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/replymarkup.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/replymarkup.py telegram.ReplyMarkup ==================== diff --git a/docs/source/telegram.residentialaddress.rst b/docs/source/telegram.residentialaddress.rst index 6243af42cc2..e54fc9cff51 100644 --- a/docs/source/telegram.residentialaddress.rst +++ b/docs/source/telegram.residentialaddress.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/data.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/data.py telegram.ResidentialAddress =========================== diff --git a/docs/source/telegram.securedata.rst b/docs/source/telegram.securedata.rst index 29091caa227..56c24dca174 100644 --- a/docs/source/telegram.securedata.rst +++ b/docs/source/telegram.securedata.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.SecureData =================== diff --git a/docs/source/telegram.securevalue.rst b/docs/source/telegram.securevalue.rst index f9ca37a3b7d..bcb5cce9415 100644 --- a/docs/source/telegram.securevalue.rst +++ b/docs/source/telegram.securevalue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/passport/credentials.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/passport/credentials.py telegram.SecureValue ==================== diff --git a/docs/source/telegram.sentwebappmessage.rst b/docs/source/telegram.sentwebappmessage.rst index 156134ad23c..7f575c494c8 100644 --- a/docs/source/telegram.sentwebappmessage.rst +++ b/docs/source/telegram.sentwebappmessage.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/sentwebappmessage.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/sentwebappmessage.py telegram.SentWebAppMessage ========================== diff --git a/docs/source/telegram.shippingaddress.rst b/docs/source/telegram.shippingaddress.rst index c6cee45716c..010f67d23b2 100644 --- a/docs/source/telegram.shippingaddress.rst +++ b/docs/source/telegram.shippingaddress.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/shippingaddress.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/shippingaddress.py telegram.ShippingAddress ======================== diff --git a/docs/source/telegram.shippingoption.rst b/docs/source/telegram.shippingoption.rst index 64024ba90f8..3ef756a1bdc 100644 --- a/docs/source/telegram.shippingoption.rst +++ b/docs/source/telegram.shippingoption.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/shippingoption.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/shippingoption.py telegram.ShippingOption ======================= diff --git a/docs/source/telegram.shippingquery.rst b/docs/source/telegram.shippingquery.rst index d2bf7889c15..5925149d96c 100644 --- a/docs/source/telegram.shippingquery.rst +++ b/docs/source/telegram.shippingquery.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/shippingquery.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/shippingquery.py telegram.ShippingQuery ====================== diff --git a/docs/source/telegram.sticker.rst b/docs/source/telegram.sticker.rst index d5c8f90c302..aefabf9be7d 100644 --- a/docs/source/telegram.sticker.rst +++ b/docs/source/telegram.sticker.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/sticker.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/sticker.py telegram.Sticker ================ diff --git a/docs/source/telegram.stickerset.rst b/docs/source/telegram.stickerset.rst index 1c0f77cb255..fdc0fe71f33 100644 --- a/docs/source/telegram.stickerset.rst +++ b/docs/source/telegram.stickerset.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/sticker.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/sticker.py telegram.StickerSet =================== diff --git a/docs/source/telegram.successfulpayment.rst b/docs/source/telegram.successfulpayment.rst index c703bd69206..ceb6af62a2d 100644 --- a/docs/source/telegram.successfulpayment.rst +++ b/docs/source/telegram.successfulpayment.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/payment/successfulpayment.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/payment/successfulpayment.py telegram.SuccessfulPayment ========================== diff --git a/docs/source/telegram.update.rst b/docs/source/telegram.update.rst index e19fc411b64..1b4cd11b89a 100644 --- a/docs/source/telegram.update.rst +++ b/docs/source/telegram.update.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/update.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/update.py telegram.Update =============== diff --git a/docs/source/telegram.user.rst b/docs/source/telegram.user.rst index 338631f01ce..44115b29674 100644 --- a/docs/source/telegram.user.rst +++ b/docs/source/telegram.user.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/user.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/user.py telegram.User ============= diff --git a/docs/source/telegram.userprofilephotos.rst b/docs/source/telegram.userprofilephotos.rst index be0cd388e0e..9384a1664a2 100644 --- a/docs/source/telegram.userprofilephotos.rst +++ b/docs/source/telegram.userprofilephotos.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/userprofilephotos.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/userprofilephotos.py telegram.UserProfilePhotos ========================== diff --git a/docs/source/telegram.utils.helpers.rst b/docs/source/telegram.utils.helpers.rst index fe7ffc553ae..3f716d69f59 100644 --- a/docs/source/telegram.utils.helpers.rst +++ b/docs/source/telegram.utils.helpers.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/utils/helpers.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/utils/helpers.py telegram.utils.helpers Module ============================= diff --git a/docs/source/telegram.utils.request.rst b/docs/source/telegram.utils.request.rst index ac061872068..8469f48a2f4 100644 --- a/docs/source/telegram.utils.request.rst +++ b/docs/source/telegram.utils.request.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/utils/request.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/utils/request.py telegram.utils.request.Request ============================== diff --git a/docs/source/telegram.utils.types.rst b/docs/source/telegram.utils.types.rst index 97f88ce4303..a50509bc2ee 100644 --- a/docs/source/telegram.utils.types.rst +++ b/docs/source/telegram.utils.types.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/utils/types.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/utils/types.py telegram.utils.types Module =========================== diff --git a/docs/source/telegram.venue.rst b/docs/source/telegram.venue.rst index a0322f471ae..4f7b703cc35 100644 --- a/docs/source/telegram.venue.rst +++ b/docs/source/telegram.venue.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/venue.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/venue.py telegram.Venue ============== diff --git a/docs/source/telegram.video.rst b/docs/source/telegram.video.rst index 6030a1b760d..3e4abafa006 100644 --- a/docs/source/telegram.video.rst +++ b/docs/source/telegram.video.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/video.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/video.py telegram.Video ============== diff --git a/docs/source/telegram.videochatended.rst b/docs/source/telegram.videochatended.rst index 15ee4a1e06c..6c7285cbc05 100644 --- a/docs/source/telegram.videochatended.rst +++ b/docs/source/telegram.videochatended.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatended.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/videochatended.py telegram.VideoChatEnded ======================= diff --git a/docs/source/telegram.videochatparticipantsinvited.rst b/docs/source/telegram.videochatparticipantsinvited.rst index 2185df16417..93e20bb78a6 100644 --- a/docs/source/telegram.videochatparticipantsinvited.rst +++ b/docs/source/telegram.videochatparticipantsinvited.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatparticipantsinvited.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/videochatparticipantsinvited.py telegram.VideoChatParticipantsInvited ===================================== diff --git a/docs/source/telegram.videochatscheduled.rst b/docs/source/telegram.videochatscheduled.rst index 0c68e3f62ea..02072cc6a85 100644 --- a/docs/source/telegram.videochatscheduled.rst +++ b/docs/source/telegram.videochatscheduled.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatscheduled.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/videochatscheduled.py telegram.VideoChatScheduled =========================== diff --git a/docs/source/telegram.videochatstarted.rst b/docs/source/telegram.videochatstarted.rst index 7cb09016fa9..393e69bcb79 100644 --- a/docs/source/telegram.videochatstarted.rst +++ b/docs/source/telegram.videochatstarted.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/videochatstarted.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/videochatstarted.py telegram.VideoChatStarted ========================= diff --git a/docs/source/telegram.videonote.rst b/docs/source/telegram.videonote.rst index ca0f99f53c2..4e1a7f1b0f6 100644 --- a/docs/source/telegram.videonote.rst +++ b/docs/source/telegram.videonote.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/videonote.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/videonote.py telegram.VideoNote ================== diff --git a/docs/source/telegram.voice.rst b/docs/source/telegram.voice.rst index 9489eb0f6cc..a82f3f28c9b 100644 --- a/docs/source/telegram.voice.rst +++ b/docs/source/telegram.voice.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/files/voice.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/files/voice.py telegram.Voice ============== diff --git a/docs/source/telegram.voicechatended.rst b/docs/source/telegram.voicechatended.rst index d83729400d8..349ba4ebe92 100644 --- a/docs/source/telegram.voicechatended.rst +++ b/docs/source/telegram.voicechatended.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/voicechat.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/voicechat.py telegram.VoiceChatEnded ======================= diff --git a/docs/source/telegram.voicechatparticipantsinvited.rst b/docs/source/telegram.voicechatparticipantsinvited.rst index 300609e001a..ca5a6ea3c01 100644 --- a/docs/source/telegram.voicechatparticipantsinvited.rst +++ b/docs/source/telegram.voicechatparticipantsinvited.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/voicechat.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/voicechat.py telegram.VoiceChatParticipantsInvited ===================================== diff --git a/docs/source/telegram.voicechatscheduled.rst b/docs/source/telegram.voicechatscheduled.rst index 2416a3bbcd4..be515551ff2 100644 --- a/docs/source/telegram.voicechatscheduled.rst +++ b/docs/source/telegram.voicechatscheduled.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/voicechat.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/voicechat.py telegram.VoiceChatScheduled =========================== diff --git a/docs/source/telegram.voicechatstarted.rst b/docs/source/telegram.voicechatstarted.rst index e6aa049980d..7e9f183f6df 100644 --- a/docs/source/telegram.voicechatstarted.rst +++ b/docs/source/telegram.voicechatstarted.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/voicechat.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/voicechat.py telegram.VoiceChatStarted ========================= diff --git a/docs/source/telegram.webappdata.rst b/docs/source/telegram.webappdata.rst index e6acd8f320c..15b21188a91 100644 --- a/docs/source/telegram.webappdata.rst +++ b/docs/source/telegram.webappdata.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/webappdata.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/webappdata.py telegram.WebAppData =================== diff --git a/docs/source/telegram.webappinfo.rst b/docs/source/telegram.webappinfo.rst index 70646a00eeb..4ea91939d3f 100644 --- a/docs/source/telegram.webappinfo.rst +++ b/docs/source/telegram.webappinfo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/webappinfo.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/webappinfo.py telegram.WebAppInfo =================== diff --git a/docs/source/telegram.webhookinfo.rst b/docs/source/telegram.webhookinfo.rst index fabf0e6e712..d5f9a00afda 100644 --- a/docs/source/telegram.webhookinfo.rst +++ b/docs/source/telegram.webhookinfo.rst @@ -1,4 +1,4 @@ -:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/master/telegram/webhookinfo.py +:github_url: https://github.com/python-telegram-bot/python-telegram-bot/blob/v13.x/telegram/webhookinfo.py telegram.WebhookInfo ====================