#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 780691541 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a group of notifications.
Definition at line 46450 of file td_api.h.
◆ notificationGroup() [1/2]
| td::td_api::notificationGroup::notificationGroup |
( |
| ) |
|
Describes a group of notifications.
◆ notificationGroup() [2/2]
Describes a group of notifications.
- Parameters
-
| [in] | id_ | Unique persistent auto-incremented from 1 identifier of the notification group. |
| [in] | type_ | Type of the group. |
| [in] | chat_id_ | Identifier of a chat to which all notifications in the group belong. |
| [in] | total_count_ | Total number of active notifications in the group. |
| [in] | notifications_ | The list of active notifications. |
◆ store()
| void td::td_api::notificationGroup::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.
◆ chat_id_
| int53 td::td_api::notificationGroup::chat_id_ |
Identifier of a chat to which all notifications in the group belong.
Definition at line 46465 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::notificationGroup::ID = 780691541 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 46488 of file td_api.h.
◆ id_
| int32 td::td_api::notificationGroup::id_ |
Unique persistent auto-incremented from 1 identifier of the notification group.
Definition at line 46461 of file td_api.h.
◆ notifications_
The list of active notifications.
Definition at line 46469 of file td_api.h.
◆ total_count_
| int32 td::td_api::notificationGroup::total_count_ |
Total number of active notifications in the group.
Definition at line 46467 of file td_api.h.
◆ type_
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