InputKeyboardButtonRequestPeer

class pyrogram.raw.types.InputKeyboardButtonRequestPeer

Telegram API type.

Constructor of KeyboardButton.

Details:
  • Layer: 224

  • ID: 2B78156

Parameters:
  • text (str) – N/A

  • button_id (int 32-bit) – N/A

  • peer_type (RequestPeerType) – N/A

  • max_quantity (int 32-bit) – N/A

  • name_requested (bool, optional) – N/A

  • username_requested (bool, optional) – N/A

  • photo_requested (bool, optional) – N/A

  • style (KeyboardButtonStyle, optional) – N/A

Functions:

This object can be returned by 1 function.

bots.GetRequestedWebViewButton

Telegram API function.