java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserSupportInfo
- Enclosing class:
- TdApi
Contains custom information about the user.
-
Field Summary
Modifier and TypeFieldDescriptionInformation author.static final int
Identifier uniquely determining type of the object.int
Information change date.Information message. -
Constructor Summary
ConstructorDescriptionContains custom information about the user.UserSupportInfo
(TdApi.FormattedText message, String author, int date) Contains custom information about the user.UserSupportInfo
(DataInput input) Contains custom information about the user. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
message
Information message. -
author
Information author. -
date
public int dateInformation change date. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UserSupportInfo
public UserSupportInfo()Contains custom information about the user. -
UserSupportInfo
Contains custom information about the user.- Parameters:
message
- Information message.author
- Information author.date
- Information change date.
-
UserSupportInfo
Contains custom information about the user.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-