Inherits MessageContent.
A price for paid messages was changed in the supergroup chat.
Public Fields | |
int53 | paid_message_star_count_ |
The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message. | |
Public Instance Methods | |
messagePaidMessagePriceChanged () | |
messagePaidMessagePriceChanged (int53 paid_message_star_count_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -344945397 |
Identifier uniquely determining a type of the object. | |
A price for paid messages was changed in the supergroup chat.
|
explicit |
A price for paid messages was changed in the supergroup chat.
[in] | paid_message_star_count_ | The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message. |
|
finalvirtual |