MTPyroger/pyrogram/client/methods/bots
Dan 94de75f714 Bring back the possibility to use strings as callback query data
In case bytes (which is the type used by telegram) can't be successfully
decoded into strings, the raw bytes are presented instead of trying to
decode by ignoring/replacing errors.
2019-05-13 21:04:17 +02:00
..
__init__.py Merge branch 'develop' into inline-mode 2019-03-21 17:40:49 +01:00
answer_callback_query.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
answer_inline_query.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
get_game_high_scores.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
get_inline_bot_results.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
request_callback_answer.py Bring back the possibility to use strings as callback query data 2019-05-13 21:04:17 +02:00
send_game.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_inline_bot_result.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
set_game_score.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00