InputKeyboardButtonUserProfile#
- class pyrogram.raw.types.InputKeyboardButtonUserProfile#
Button that links directly to a user profile Use this constructor to send a keyboardButtonUserProfile button in an inline keyboard.
Constructor of
KeyboardButton.- Details:
Layer:
227ID:
7D5E07C7
- Parameters:
text (
str) – Button textuser_id (
InputUser) – User IDstyle (
KeyboardButtonStyle, optional) – Button style, see here » for more info on button styles.
- Functions:
This object can be returned by 1 function.
Fetch the peer request button a bot prepared for a Mini App with bots.requestWebViewButton, invoked when the Mini App emits a web_app_request_chat event, see here for more info.