KeyboardButtonCallback#

class pyrogram.raw.types.KeyboardButtonCallback#

Telegram API type.

Constructor of KeyboardButton.

Details:
  • Layer: 224

  • ID: E62BC960

Parameters:
  • text (str) – N/A

  • data (bytes) – N/A

  • requires_password (bool, optional) – N/A

  • style (KeyboardButtonStyle, optional) – N/A

Functions:

This object can be returned by 1 function.

bots.GetRequestedWebViewButton

Telegram API function.