Module tdlight.api

Class TdApi.DeepLinkInfo

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

public static final 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
      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 - FormattedText Text to be shown to the user.
      needUpdateApplication - boolean True, if the user must be asked to update the application.
    • DeepLinkInfo

      public DeepLinkInfo(DataInput input) throws IOException
      Contains information about a tg: deep link.
      Throws:
      IOException
  • Method Details