Class: TD::Types::Update::WebAppMessageSent

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/web_app_message_sent.rb

Overview

A message was sent by an opened Web App, so the Web App needs to be closed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#web_app_launch_idInteger

Identifier of Web App launch.

Returns:

  • (Integer)

    the current value of web_app_launch_id



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

def web_app_launch_id
  @web_app_launch_id
end