public static class TdApi.GetWebAppPlaceholder extends TdApi.Function<TdApi.Outline>
Returns Outline
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
Identifier of the target bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetWebAppPlaceholder()
Default constructor for a function, which returns a default placeholder for Web Apps of a bot; this is an offline request.
|
GetWebAppPlaceholder(long botUserId)
Creates a function, which returns a default placeholder for Web Apps of a bot; this is an offline request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public static final int CONSTRUCTOR
public GetWebAppPlaceholder()
Returns Outline
public GetWebAppPlaceholder(long botUserId)
Returns Outline
botUserId - Identifier of the target bot.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object