java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineKeyboardButtonType
it.tdlight.jni.TdApi.InlineKeyboardButtonTypeUser
- Enclosing class:
- TdApi
A button with a user reference to be
handled in the same way as textEntityTypeMentionName entities.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionA 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.A button with a user reference to be handled in the same way as textEntityTypeMentionName entities. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public long userIdUser identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineKeyboardButtonTypeUser
public InlineKeyboardButtonTypeUser()A button with a user reference to be handled in the same way as textEntityTypeMentionName entities. -
InlineKeyboardButtonTypeUser
public InlineKeyboardButtonTypeUser(long userId) A button with a user reference to be handled in the same way as textEntityTypeMentionName entities.- Parameters:
userId
- long User identifier.
-
InlineKeyboardButtonTypeUser
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-