java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TextEntityType
it.tdlight.jni.TdApi.TextEntityTypeMentionName
- Enclosing class:
- TdApi
A text shows instead of a raw mention
of the user (e.g., when the user has no username).
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the mentioned user. -
Constructor Summary
ConstructorDescriptionA text shows instead of a raw mention of the user (e.g., when the user has no username).TextEntityTypeMentionName
(long userId) A text shows instead of a raw mention of the user (e.g., when the user has no username).A text shows instead of a raw mention of the user (e.g., when the user has no username). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public long userIdIdentifier of the mentioned user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TextEntityTypeMentionName
public TextEntityTypeMentionName()A text shows instead of a raw mention of the user (e.g., when the user has no username). -
TextEntityTypeMentionName
public TextEntityTypeMentionName(long userId) A text shows instead of a raw mention of the user (e.g., when the user has no username).- Parameters:
userId
- long Identifier of the mentioned user.
-
TextEntityTypeMentionName
A text shows instead of a raw mention of the user (e.g., when the user has no username).- 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()
-