Package org.drinkless.tdlib
Class TdApi.WebAppUrl
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.WebAppUrl
- Enclosing class:
- TdApi
Contains information about a Web App URL.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if events from the Web App must be accepted only from the same origin as the URL.The Web App URL to open in a web view. -
Constructor Summary
Constructors -
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
The Web App URL to open in a web view. -
requireSameOrigin
public boolean requireSameOriginTrue, if events from the Web App must be accepted only from the same origin as the URL. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
WebAppUrl
public WebAppUrl()Contains information about a Web App URL. -
WebAppUrl
Contains information about a Web App URL.- Parameters:
url- The Web App URL to open in a web view.requireSameOrigin- True, if events from the Web App must be accepted only from the same origin as the URL.
-
-
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
-