public static class TdApi.InlineKeyboardButtonTypeUser extends TdApi.InlineKeyboardButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
InlineKeyboardButtonTypeUser()
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities.
|
InlineKeyboardButtonTypeUser(long userId)
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public static final int CONSTRUCTOR
public InlineKeyboardButtonTypeUser()
public InlineKeyboardButtonTypeUser(long userId)
userId - User identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object