#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | show_read_date_ |
| | 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.
|
| |
|
| static const std::int32_t | ID = 1654842920 |
| | Identifier uniquely determining a type of the object.
|
| |
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.
Definition at line 58476 of file td_api.h.
◆ readDatePrivacySettings() [1/2]
| td::td_api::readDatePrivacySettings::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() [2/2]
| td::td_api::readDatePrivacySettings::readDatePrivacySettings |
( |
bool |
show_read_date_ | ) |
|
|
explicit |
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
-
| [in] | show_read_date_ | 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. |
◆ store()
| void td::td_api::readDatePrivacySettings::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::readDatePrivacySettings::ID = 1654842920 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 58502 of file td_api.h.
◆ show_read_date_
| bool td::td_api::readDatePrivacySettings::show_read_date_ |
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.
Definition at line 58487 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h