Module tdlight.api

Class TdApi.WebApp

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.WebApp
Enclosing class:
TdApi

public static final class TdApi.WebApp extends TdApi.Object
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.
  • Field Details

    • shortName

      public String shortName
      Web App short name.
    • title

      public String title
      Web App title.
    • description

      public String description
      Web App description.
    • photo

      public TdApi.Photo photo
      Web App photo.
    • animation

      public TdApi.Animation animation
      Web App animation; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • WebApp

      public WebApp()
      Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.
    • WebApp

      public WebApp(String shortName, String title, String description, TdApi.Photo photo, TdApi.Animation animation)
      Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.
      Parameters:
      shortName - String Web App short name.
      title - String Web App title.
      description - String Web App description.
      photo - Photo Web App photo.
      animation - Animation Web App animation; may be null.
    • WebApp

      public WebApp(DataInput input) throws IOException
      Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.
      Throws:
      IOException
  • Method Details