1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00

Add answer_shipping_query helper

Этот коммит содержится в:
Max Melentiev
2019-06-30 20:56:41 +03:00
родитель 294d762785
Коммит 80362da270
2 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@@ -229,6 +229,8 @@ def reply_with(type, params); end
def answer_inline_query(results, params = {}); end
def answer_callback_query(text, params = {}); end
def edit_message(type, params = {}); end
def answer_pre_checkout_query(ok, params = {}); end
def answer_shipping_query(ok, params = {}); end
```
#### Optional typecasting