public static class TdApi.BotWriteAccessAllowReasonConnectedWebsite extends TdApi.BotWriteAccessAllowReason
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
domainName
Domain name of the connected website.
|
| Constructor and Description |
|---|
BotWriteAccessAllowReasonConnectedWebsite()
The user connected a website by logging in using Telegram Login Widget on it.
|
BotWriteAccessAllowReasonConnectedWebsite(java.lang.String domainName)
The user connected a website by logging in using Telegram Login Widget on it.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String domainName
public static final int CONSTRUCTOR
public BotWriteAccessAllowReasonConnectedWebsite()
public BotWriteAccessAllowReasonConnectedWebsite(java.lang.String domainName)
domainName - Domain name of the connected website.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object