public static class TdApi.GetChatRevenueWithdrawalUrl extends TdApi.Function<TdApi.HttpUrl>
Returns HttpUrl
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
The 2-step verification password of the current user.
|
| Constructor and Description |
|---|
GetChatRevenueWithdrawalUrl()
Default constructor for a function, which returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot.
|
GetChatRevenueWithdrawalUrl(long chatId,
java.lang.String password)
Creates a function, which returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String password
public static final int CONSTRUCTOR
public GetChatRevenueWithdrawalUrl()
Returns HttpUrl
public GetChatRevenueWithdrawalUrl(long chatId,
java.lang.String password)
Returns HttpUrl
chatId - Chat identifier.password - The 2-step verification password of the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object