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
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
Methods 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserSupportInfo
public UserSupportInfo()Contains custom information about the user. -
UserSupportInfo
Contains custom information about the user.- Parameters:
message
- FormattedText Information message.author
- String Information author.date
- int Information change date.
-
UserSupportInfo
Contains custom information about the user.- 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()
-