WebAppData#

class pyrogram.types.WebAppData#

Contains data sent from a Web App to the bot.

Parameters:
  • data (str, optional) – The data. Be aware that a bad client can send arbitrary data in this field.

  • button_text (str) – Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.