#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bool | is_enabled_ |
| | True, if direct messages group was enabled for the channel; false otherwise.
|
| |
| int53 | paid_message_star_count_ |
| | The new number of Telegram Stars that must be paid by non-administrator users of the channel chat for each message sent to the direct messages group; 0 if the direct messages group was disabled or the messages are free.
|
| |
|
| static const std::int32_t | ID = 1320832439 |
| | Identifier uniquely determining a type of the object.
|
| |
A price for direct messages was changed in the channel chat.
Definition at line 42607 of file td_api.h.
◆ messageDirectMessagePriceChanged() [1/2]
| td::td_api::messageDirectMessagePriceChanged::messageDirectMessagePriceChanged |
( |
| ) |
|
A price for direct messages was changed in the channel chat.
◆ messageDirectMessagePriceChanged() [2/2]
| td::td_api::messageDirectMessagePriceChanged::messageDirectMessagePriceChanged |
( |
bool |
is_enabled_, |
|
|
int53 |
paid_message_star_count_ |
|
) |
| |
A price for direct messages was changed in the channel chat.
- Parameters
-
| [in] | is_enabled_ | True, if direct messages group was enabled for the channel; false otherwise. |
| [in] | paid_message_star_count_ | The new number of Telegram Stars that must be paid by non-administrator users of the channel chat for each message sent to the direct messages group; 0 if the direct messages group was disabled or the messages are free. |
◆ store()
| void td::td_api::messageDirectMessagePriceChanged::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::messageDirectMessagePriceChanged::ID = 1320832439 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 42636 of file td_api.h.
◆ is_enabled_
| bool td::td_api::messageDirectMessagePriceChanged::is_enabled_ |
True, if direct messages group was enabled for the channel; false otherwise.
Definition at line 42618 of file td_api.h.
◆ paid_message_star_count_
| int53 td::td_api::messageDirectMessagePriceChanged::paid_message_star_count_ |
The new number of Telegram Stars that must be paid by non-administrator users of the channel chat for each message sent to the direct messages group; 0 if the direct messages group was disabled or the messages are free.
Definition at line 42620 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