Class TdApi.WebDomainException

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.WebDomainException
Enclosing class:
TdApi

public static class TdApi.WebDomainException extends TdApi.Object
Describes an exception for built-in browser usage.
  • Field Details

    • url

      public String url
      URL for which the exception is done.
    • domain

      public String domain
      Domain of the URL. All URLs on the domain and subdomains of the domain are subject to the exception.
    • title

      public String title
      Title of the website.
    • faviconCustomEmojiId

      public long faviconCustomEmojiId
      Identifier of the custom emoji with favicon of the website; may be 0 if unknown, in which case the first letter of the domain must be used.
    • CONSTRUCTOR

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

    • WebDomainException

      public WebDomainException()
      Describes an exception for built-in browser usage.
    • WebDomainException

      public WebDomainException(String url, String domain, String title, long faviconCustomEmojiId)
      Describes an exception for built-in browser usage.
      Parameters:
      url - URL for which the exception is done.
      domain - Domain of the URL. All URLs on the domain and subdomains of the domain are subject to the exception.
      title - Title of the website.
      faviconCustomEmojiId - Identifier of the custom emoji with favicon of the website; may be 0 if unknown, in which case the first letter of the domain must be used.
  • 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