Skip to content

Commit

Permalink
fix inline mention button
Browse files Browse the repository at this point in the history
  • Loading branch information
New-dev0 committed Jun 25, 2023
1 parent dd09e0b commit 5889da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telethon/tl/custom/button.py
Expand Up @@ -54,7 +54,8 @@ def _is_inline(button):
types.KeyboardButtonGame,
types.KeyboardButtonSwitchInline,
types.KeyboardButtonUrl,
types.InputKeyboardButtonUrlAuth
types.InputKeyboardButtonUrlAuth,
types.InputKeyboardButtonUserProfile
))

@staticmethod
Expand Down

0 comments on commit 5889da2

Please sign in to comment.