Class: TD::Types::Update::WebAppMessageSent
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::WebAppMessageSent
- 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
-
#web_app_launch_id ⇒ Integer
Identifier of Web App launch.
Method Summary
Methods inherited from Base
Instance Attribute Details
#web_app_launch_id ⇒ Integer
Identifier of Web App launch.
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 |