From d6e93f85f1a29ba27e395becf7653b9ea5168dfb Mon Sep 17 00:00:00 2001 From: coder2020official Date: Sat, 21 May 2022 17:10:57 +0500 Subject: [PATCH] Improved the comment for quick_markup --- telebot/util.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telebot/util.py b/telebot/util.py index f116d9e..31522e5 100644 --- a/telebot/util.py +++ b/telebot/util.py @@ -370,7 +370,8 @@ def quick_markup(values: Dict[str, Dict[str, Any]], row_width: int=2) -> types.I 'switch_inline_query_current_chat': None, 'callback_game': None, 'pay': None, - 'login_url': None + 'login_url': None, + 'web_app': None } :param values: a dict containing all buttons to create in this format: {text: kwargs} {str:}