mirror of
https://github.com/LonamiWebs/Telethon
synced 2025-08-29 13:27:48 +00:00
Fix InputKeyboardButtonUrlAuth was not considered inline
This commit is contained in:
parent
de46745926
commit
ec093f90e7
@ -48,7 +48,8 @@ class Button:
|
||||
return isinstance(button, (
|
||||
types.KeyboardButtonCallback,
|
||||
types.KeyboardButtonSwitchInline,
|
||||
types.KeyboardButtonUrl
|
||||
types.KeyboardButtonUrl,
|
||||
types.InputKeyboardButtonUrlAuth
|
||||
))
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user