public static class TdApi.GetLoginUrlInfo extends TdApi.Function
Returns LoginUrlInfo
TdApi.Function.Constructors
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() |
toString
public 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.buttonId
- Button identifier.public int getConstructor()
getConstructor
in class TdApi.Function