Module tdlight.api

Class TdApi.GetExternalLinkInfo

Enclosing class:
TdApi

public static final class TdApi.GetExternalLinkInfo extends TdApi.Function<TdApi.LoginUrlInfo>
Returns information about an action to be done when the current user clicks an external link. Don't use this method for links from secret chats if web page preview is disabled in secret chats. Returns LoginUrlInfo
  • Field Details

  • Constructor Details

    • GetExternalLinkInfo

      public GetExternalLinkInfo()
      Returns information about an action to be done when the current user clicks an external link. Don't use this method for links from secret chats if web page preview is disabled in secret chats. Returns LoginUrlInfo
    • GetExternalLinkInfo

      public GetExternalLinkInfo(String link)
      Returns information about an action to be done when the current user clicks an external link. Don't use this method for links from secret chats if web page preview is disabled in secret chats. Returns LoginUrlInfo
      Parameters:
      link - String The link.
    • GetExternalLinkInfo

      public GetExternalLinkInfo(DataInput input) throws IOException
      Returns information about an action to be done when the current user clicks an external link. Don't use this method for links from secret chats if web page preview is disabled in secret chats. Returns LoginUrlInfo
      Throws:
      IOException
  • Method Details