public static class TdApi.ReadDatePrivacySettings extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
showReadDate
True, if message read date is shown to other users in private chats.
|
| Constructor and Description |
|---|
ReadDatePrivacySettings()
Contains privacy settings for message read date in private chats.
|
ReadDatePrivacySettings(boolean showReadDate)
Contains privacy settings for message read date in private chats.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean showReadDate
public static final int CONSTRUCTOR
public ReadDatePrivacySettings()
public ReadDatePrivacySettings(boolean showReadDate)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object