public static class TdApi.InlineKeyboardButtonTypeUser extends TdApi.InlineKeyboardButtonType
TdApi.InlineKeyboardButtonType.Constructors
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() |
toString
public long userId
public static final int CONSTRUCTOR
public InlineKeyboardButtonTypeUser()
public InlineKeyboardButtonTypeUser(long userId)
userId
- User identifier.public int getConstructor()
getConstructor
in class TdApi.InlineKeyboardButtonType