Class: TD::Types::SentWebAppMessage

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/sent_web_app_message.rb

Overview

Information about the message sent by answerWebAppQuery.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#inline_message_idTD::Types::String

Identifier of the sent inline message, if known.

Returns:

  • (TD::Types::String)

    the current value of inline_message_id



5
6
7
# File 'lib/tdlib/types/sent_web_app_message.rb', line 5

def inline_message_id
  @inline_message_id
end