Fix is_inline check for KeyboardButtonWebView (#4183)

This commit is contained in:
misuzu 2023-08-28 18:40:23 +03:00 committed by GitHub
parent e617b59d48
commit 0cc9ca9bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,8 @@ class Button:
types.KeyboardButtonGame, types.KeyboardButtonGame,
types.KeyboardButtonSwitchInline, types.KeyboardButtonSwitchInline,
types.KeyboardButtonUrl, types.KeyboardButtonUrl,
types.InputKeyboardButtonUrlAuth types.InputKeyboardButtonUrlAuth,
types.KeyboardButtonWebView,
)) ))
@staticmethod @staticmethod