Inherits Object.
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
Public Fields | |
object_ptr< ChatStatisticsObjectType > | object_type_ |
Type of the object. | |
int32 | view_count_ |
Number of times the object was viewed. | |
int32 | forward_count_ |
Number of times the object was forwarded. | |
int32 | reaction_count_ |
Number of times reactions were added to the object. | |
Public Instance Methods | |
chatStatisticsInteractionInfo () | |
chatStatisticsInteractionInfo (object_ptr< ChatStatisticsObjectType > &&object_type_, int32 view_count_, int32 forward_count_, int32 reaction_count_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
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 = 1766496909 |
Identifier uniquely determining a type of the object. | |
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
chatStatisticsInteractionInfo | ( | object_ptr< ChatStatisticsObjectType > && | object_type_, |
int32 | view_count_, | ||
int32 | forward_count_, | ||
int32 | reaction_count_ | ||
) |
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
[in] | object_type_ | Type of the object. |
[in] | view_count_ | Number of times the object was viewed. |
[in] | forward_count_ | Number of times the object was forwarded. |
[in] | reaction_count_ | Number of times reactions were added to the object. |
|
finalvirtual |