Package org.drinkless.tdlib
Class TdApi.GetGuardBotWebAppUrl
- Enclosing class:
- TdApi
Returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired.
Returns WebAppUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Parameters to use to open the Web App.longUnique identifier of the join request as received in chatJoinResultGuardBotApprovalRequired. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired.GetGuardBotWebAppUrl(long queryId, TdApi.WebAppOpenParameters parameters) Creates a function, which returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
queryId
public long queryIdUnique identifier of the join request as received in chatJoinResultGuardBotApprovalRequired. -
parameters
Parameters to use to open the Web App. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGuardBotWebAppUrl
public GetGuardBotWebAppUrl()Default constructor for a function, which returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired.Returns
WebAppUrl -
GetGuardBotWebAppUrl
Creates a function, which returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired.Returns
WebAppUrl- Parameters:
queryId- Unique identifier of the join request as received in chatJoinResultGuardBotApprovalRequired.parameters- Parameters to use to open the Web App.
-
-
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
-