Class TdApi.LinkPreviewTypeApp

Enclosing class:
TdApi

public static class TdApi.LinkPreviewTypeApp extends TdApi.LinkPreviewType
The link is a link to an app at App Store or Google Play.
  • Field Details

    • photo

      public TdApi.Photo photo
      Photo for the app.
    • author

      public String author
      Author of the app.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • LinkPreviewTypeApp

      public LinkPreviewTypeApp()
      The link is a link to an app at App Store or Google Play.
    • LinkPreviewTypeApp

      public LinkPreviewTypeApp(TdApi.Photo photo, String author)
      The link is a link to an app at App Store or Google Play.
      Parameters:
      photo - Photo for the app.
      author - Author of the app.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR