Class TdApi.DeepLinkInfo

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • 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.