python-telegram-bot/telegram
2017-05-26 18:23:31 +03:00
..
contrib fix yapf 2016-08-26 11:17:05 +02:00
ext Update filters to new_chat_members instead of new_chat_member 2017-05-25 14:45:47 +02:00
utils Merge pull request #628 from python-telegram-bot/may18minor 2017-05-26 18:23:31 +03:00
vendor Avoid confusion with user's urllib3 by renaming vendored urllib3 2017-05-24 13:14:33 +03:00
__init__.py Avoid confusion with user's urllib3 by renaming vendored urllib3 2017-05-24 13:14:33 +03:00
__main__.py Botapi2.3 (#471) 2016-12-11 22:44:52 +01:00
animation.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
audio.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
base.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
bot.py Updated docstring in deleteMessage methods (#618) 2017-05-19 20:21:20 +02:00
callbackgame.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
callbackquery.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
chat.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
chataction.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
chatmember.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
choseninlineresult.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
constants.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
contact.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
document.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
emoji.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
error.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
file.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
forcereply.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
game.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
gamehighscore.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinekeyboardbutton.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinekeyboardmarkup.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequery.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresult.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultarticle.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultaudio.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedaudio.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcacheddocument.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedgif.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedmpeg4gif.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedphoto.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedsticker.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedvideo.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcachedvoice.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultcontact.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultdocument.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultgame.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultgif.py Move *_duration attributes as to keep backwardscompat 2017-05-25 14:05:08 +02:00
inlinequeryresultlocation.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultmpeg4gif.py Move *_duration attributes as to keep backwardscompat 2017-05-25 14:05:08 +02:00
inlinequeryresultphoto.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultvenue.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultvideo.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inlinequeryresultvoice.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputcontactmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputfile.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputlocationmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputtextmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
inputvenuemessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
keyboardbutton.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
location.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
message.py Actually deprecate new_chat_member to help users switch 2017-05-25 14:02:41 +02:00
messageentity.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
parsemode.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
photosize.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
replykeyboardmarkup.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
replykeyboardremove.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
replymarkup.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
sticker.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
update.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
user.py new_chat_member -> new_chat_members 2017-05-21 14:32:36 +02:00
userprofilephotos.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
venue.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
version.py Bump version to v6.0.1 2017-05-21 14:25:40 +02:00
video.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
voice.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
webhookinfo.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00