Package org.drinkless.tdlib
Class TdApi.WebDomainException
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.WebDomainException
- Enclosing class:
- TdApi
Describes an exception for built-in browser usage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Domain of the URL.longIdentifier 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.Title of the website.URL for which the exception is done. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an exception for built-in browser usage.WebDomainException(String url, String domain, String title, long faviconCustomEmojiId) Describes an exception for built-in browser usage. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
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
public long faviconCustomEmojiIdIdentifier 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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
WebDomainException
public WebDomainException()Describes an exception for built-in browser usage. -
WebDomainException
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-