Class: TD::Types::MessageContent::WebAppDataSent

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/web_app_data_sent.rb

Overview

Data from a Web App has been sent to a bot.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#button_textTD::Types::String

Text of the KeyboardButtonType::WebApp button, which opened the Web App.

Returns:

  • (TD::Types::String)

    the current value of button_text



6
7
8
# File 'lib/tdlib/types/message_content/web_app_data_sent.rb', line 6

def button_text
  @button_text
end