Class TdApi.InternalLinkTypeUnknownDeepLink

  • Enclosing class:
    TdApi

    public static class TdApi.InternalLinkTypeUnknownDeepLink
    extends TdApi.InternalLinkType
    The link is an unknown tg: link. Call getDeepLinkInfo to process the link.
    • Field Detail

      • link

        public String link
        Link to be passed to getDeepLinkInfo.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalLinkTypeUnknownDeepLink

        public InternalLinkTypeUnknownDeepLink()
        The link is an unknown tg: link. Call getDeepLinkInfo to process the link.
      • InternalLinkTypeUnknownDeepLink

        public InternalLinkTypeUnknownDeepLink​(String link)
        The link is an unknown tg: link. Call getDeepLinkInfo to process the link.
        Parameters:
        link - Link to be passed to getDeepLinkInfo.