1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

All payment type done.

This commit is contained in:
eternnoir
2017-05-21 21:45:12 +08:00
parent 9134e8dd1a
commit 5ed333492b
2 changed files with 181 additions and 2 deletions

View File

@ -544,6 +544,19 @@ def get_game_high_scores(token, user_id, chat_id=None, message_id=None, inline_m
payload['inline_message_id'] = inline_message_id
return _make_request(token, method_url, params=payload)
# Payments (https://core.telegram.org/bots/api#payments)
def send_invoice():
# TODO
pass
def answer_shippingQuery():
# TODO
pass
def answer_pre_checkout_query():
# TODO
pass
# InlineQuery