Class: TD::Types::WebApp
- Defined in:
- lib/tdlib/types/web_app.rb
Overview
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.
Instance Attribute Summary collapse
-
#animation ⇒ TD::Types::Animation?
Web App animation; may be null.
-
#description ⇒ TD::Types::String
Web App description.
-
#photo ⇒ TD::Types::Photo
Web App photo.
-
#short_name ⇒ TD::Types::String
Web App short name.
-
#title ⇒ TD::Types::String
Web App title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#animation ⇒ TD::Types::Animation?
Web App animation; may be null.
10 11 12 |
# File 'lib/tdlib/types/web_app.rb', line 10 def animation @animation end |
#description ⇒ TD::Types::String
Web App description.
10 11 12 |
# File 'lib/tdlib/types/web_app.rb', line 10 def description @description end |
#photo ⇒ TD::Types::Photo
Web App photo.
10 11 12 |
# File 'lib/tdlib/types/web_app.rb', line 10 def photo @photo end |
#short_name ⇒ TD::Types::String
Web App short name.
10 11 12 |
# File 'lib/tdlib/types/web_app.rb', line 10 def short_name @short_name end |
#title ⇒ TD::Types::String
Web App title.
10 11 12 |
# File 'lib/tdlib/types/web_app.rb', line 10 def title @title end |