Class: TD::Types::WebApp

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#animationTD::Types::Animation?

Web App animation; may be null.

Returns:



10
11
12
# File 'lib/tdlib/types/web_app.rb', line 10

def animation
  @animation
end

#descriptionTD::Types::String

Web App description.

Returns:

  • (TD::Types::String)

    the current value of description



10
11
12
# File 'lib/tdlib/types/web_app.rb', line 10

def description
  @description
end

#photoTD::Types::Photo

Web App photo.

Returns:



10
11
12
# File 'lib/tdlib/types/web_app.rb', line 10

def photo
  @photo
end

#short_nameTD::Types::String

Web App short name.

Returns:

  • (TD::Types::String)

    the current value of short_name



10
11
12
# File 'lib/tdlib/types/web_app.rb', line 10

def short_name
  @short_name
end

#titleTD::Types::String

Web App title.

Returns:

  • (TD::Types::String)

    the current value of title



10
11
12
# File 'lib/tdlib/types/web_app.rb', line 10

def title
  @title
end