Class TdApi.DeepLinkInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.DeepLinkInfo
Enclosing class:
TdApi

public static class TdApi.DeepLinkInfo extends TdApi.Object
Contains information about a tg: deep link.
  • Field Details

    • text

      public TdApi.FormattedText text
      Text to be shown to the user.
    • needUpdateApplication

      public boolean needUpdateApplication
      True, if the user must be asked to update the application.
    • CONSTRUCTOR

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

    • DeepLinkInfo

      public DeepLinkInfo()
      Contains information about a tg: deep link.
    • DeepLinkInfo

      public DeepLinkInfo(TdApi.FormattedText text, boolean needUpdateApplication)
      Contains information about a tg: deep link.
      Parameters:
      text - Text to be shown to the user.
      needUpdateApplication - True, if the user must be asked to update the application.
  • 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