public static class TdApi.GetLoginUrlInfo extends TdApi.Function<TdApi.LoginUrlInfo>
Returns LoginUrlInfo
| Modifier and Type | Field and Description |
|---|---|
long |
buttonId
Button identifier.
|
long |
chatId
Chat identifier of the message with the button.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier of the message with the button.
|
| Constructor and Description |
|---|
GetLoginUrlInfo()
Default constructor for a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl.
|
GetLoginUrlInfo(long chatId,
long messageId,
long buttonId)
Creates a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public long buttonId
public static final int CONSTRUCTOR
public GetLoginUrlInfo()
Returns LoginUrlInfo
public GetLoginUrlInfo(long chatId,
long messageId,
long buttonId)
Returns LoginUrlInfo
chatId - Chat identifier of the message with the button.messageId - Message identifier of the message with the button. The message must not be scheduled.buttonId - Button identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object