- Enclosing class:
- TdApi
Returns information about a Web App
by its short name. Returns a 404 error
if the Web App is not found.
Returns
FoundWebApp
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the target bot.static final int
Short name of the Web App. -
Constructor Summary
ConstructorDescriptionReturns information about a Web App by its short name.SearchWebApp
(long botUserId, String webAppShortName) Returns information about a Web App by its short name.SearchWebApp
(DataInput input) Returns information about a Web App by its short name. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
botUserId
public long botUserIdIdentifier of the target bot. -
webAppShortName
Short name of the Web App. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchWebApp
public SearchWebApp()Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found. ReturnsFoundWebApp
-
SearchWebApp
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found. ReturnsFoundWebApp
- Parameters:
botUserId
- long Identifier of the target bot.webAppShortName
- String Short name of the Web App.
-
SearchWebApp
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found. ReturnsFoundWebApp
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-