Skip to content

Commit d6e93f8

Browse files
Improved the comment for quick_markup
1 parent d954f8f commit d6e93f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telebot/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ def quick_markup(values: Dict[str, Dict[str, Any]], row_width: int=2) -> types.I
370370
'switch_inline_query_current_chat': None,
371371
'callback_game': None,
372372
'pay': None,
373-
'login_url': None
373+
'login_url': None,
374+
'web_app': None
374375
}
375376
376377
:param values: a dict containing all buttons to create in this format: {text: kwargs} {str:}

0 commit comments

Comments
 (0)