java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ReadDatePrivacySettings
- Enclosing class:
- TdApi
Contains privacy settings for message read date in private chats.
Read dates are always shown to the users that can see online status
of the current user regardless of this setting.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if message read date is shown to other users in private chats. -
Constructor Summary
ConstructorDescriptionContains privacy settings for message read date in private chats.ReadDatePrivacySettings
(boolean showReadDate) Contains privacy settings for message read date in private chats.ReadDatePrivacySettings
(DataInput input) Contains privacy settings for message read date in private chats. -
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
-
showReadDate
public boolean showReadDateTrue, if message read date is shown to other users in private chats. If false and the current user isn't a Telegram Premium user, then they will not be able to see other's message read date. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReadDatePrivacySettings
public ReadDatePrivacySettings()Contains privacy settings for message read date in private chats. Read dates are always shown to the users that can see online status of the current user regardless of this setting. -
ReadDatePrivacySettings
public ReadDatePrivacySettings(boolean showReadDate) Contains privacy settings for message read date in private chats. Read dates are always shown to the users that can see online status of the current user regardless of this setting.- Parameters:
showReadDate
- True, if message read date is shown to other users in private chats. If false and the current user isn't a Telegram Premium user, then they will not be able to see other's message read date.
-
ReadDatePrivacySettings
Contains privacy settings for message read date in private chats. Read dates are always shown to the users that can see online status of the current user regardless of this setting.- 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()
-