tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::chatStatisticsSupergroup Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::chatStatisticsSupergroup:
td::td_api::ChatStatistics td::td_api::Object td::TlObject

Public Member Functions

 chatStatisticsSupergroup ()
 
 chatStatisticsSupergroup (object_ptr< dateRange > &&period_, object_ptr< statisticalValue > &&member_count_, object_ptr< statisticalValue > &&message_count_, object_ptr< statisticalValue > &&viewer_count_, object_ptr< statisticalValue > &&sender_count_, object_ptr< StatisticalGraph > &&member_count_graph_, object_ptr< StatisticalGraph > &&join_graph_, object_ptr< StatisticalGraph > &&join_by_source_graph_, object_ptr< StatisticalGraph > &&language_graph_, object_ptr< StatisticalGraph > &&message_content_graph_, object_ptr< StatisticalGraph > &&action_graph_, object_ptr< StatisticalGraph > &&day_graph_, object_ptr< StatisticalGraph > &&week_graph_, array< object_ptr< chatStatisticsMessageSenderInfo > > &&top_senders_, array< object_ptr< chatStatisticsAdministratorActionsInfo > > &&top_administrators_, array< object_ptr< chatStatisticsInviterInfo > > &&top_inviters_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

object_ptr< dateRangeperiod_
 A period to which the statistics applies.
 
object_ptr< statisticalValuemember_count_
 Number of members in the chat.
 
object_ptr< statisticalValuemessage_count_
 Number of messages sent to the chat.
 
object_ptr< statisticalValueviewer_count_
 Number of users who viewed messages in the chat.
 
object_ptr< statisticalValuesender_count_
 Number of users who sent messages to the chat.
 
object_ptr< StatisticalGraphmember_count_graph_
 A graph containing number of members in the chat.
 
object_ptr< StatisticalGraphjoin_graph_
 A graph containing number of members joined and left the chat.
 
object_ptr< StatisticalGraphjoin_by_source_graph_
 A graph containing number of new member joins per source.
 
object_ptr< StatisticalGraphlanguage_graph_
 A graph containing distribution of active users per language.
 
object_ptr< StatisticalGraphmessage_content_graph_
 A graph containing distribution of sent messages by content type.
 
object_ptr< StatisticalGraphaction_graph_
 A graph containing number of different actions in the chat.
 
object_ptr< StatisticalGraphday_graph_
 A graph containing distribution of message views per hour.
 
object_ptr< StatisticalGraphweek_graph_
 A graph containing distribution of message views per day of week.
 
array< object_ptr< chatStatisticsMessageSenderInfo > > top_senders_
 List of users sent most messages in the last week.
 
array< object_ptr< chatStatisticsAdministratorActionsInfo > > top_administrators_
 List of most active administrators in the last week.
 
array< object_ptr< chatStatisticsInviterInfo > > top_inviters_
 List of most active inviters of new members in the last week.
 

Static Public Attributes

static const std::int32_t ID = -17244633
 Identifier uniquely determining a type of the object.
 

Detailed Description

A detailed statistics about a supergroup chat.

Definition at line 15680 of file td_api.h.

Constructor & Destructor Documentation

◆ chatStatisticsSupergroup() [1/2]

td::td_api::chatStatisticsSupergroup::chatStatisticsSupergroup ( )

A detailed statistics about a supergroup chat.

◆ chatStatisticsSupergroup() [2/2]

td::td_api::chatStatisticsSupergroup::chatStatisticsSupergroup ( object_ptr< dateRange > &&  period_,
object_ptr< statisticalValue > &&  member_count_,
object_ptr< statisticalValue > &&  message_count_,
object_ptr< statisticalValue > &&  viewer_count_,
object_ptr< statisticalValue > &&  sender_count_,
object_ptr< StatisticalGraph > &&  member_count_graph_,
object_ptr< StatisticalGraph > &&  join_graph_,
object_ptr< StatisticalGraph > &&  join_by_source_graph_,
object_ptr< StatisticalGraph > &&  language_graph_,
object_ptr< StatisticalGraph > &&  message_content_graph_,
object_ptr< StatisticalGraph > &&  action_graph_,
object_ptr< StatisticalGraph > &&  day_graph_,
object_ptr< StatisticalGraph > &&  week_graph_,
array< object_ptr< chatStatisticsMessageSenderInfo > > &&  top_senders_,
array< object_ptr< chatStatisticsAdministratorActionsInfo > > &&  top_administrators_,
array< object_ptr< chatStatisticsInviterInfo > > &&  top_inviters_ 
)

A detailed statistics about a supergroup chat.

Parameters
[in]period_A period to which the statistics applies.
[in]member_count_Number of members in the chat.
[in]message_count_Number of messages sent to the chat.
[in]viewer_count_Number of users who viewed messages in the chat.
[in]sender_count_Number of users who sent messages to the chat.
[in]member_count_graph_A graph containing number of members in the chat.
[in]join_graph_A graph containing number of members joined and left the chat.
[in]join_by_source_graph_A graph containing number of new member joins per source.
[in]language_graph_A graph containing distribution of active users per language.
[in]message_content_graph_A graph containing distribution of sent messages by content type.
[in]action_graph_A graph containing number of different actions in the chat.
[in]day_graph_A graph containing distribution of message views per hour.
[in]week_graph_A graph containing distribution of message views per day of week.
[in]top_senders_List of users sent most messages in the last week.
[in]top_administrators_List of most active administrators in the last week.
[in]top_inviters_List of most active inviters of new members in the last week.

Member Function Documentation

◆ store()

void td::td_api::chatStatisticsSupergroup::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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ action_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::action_graph_

A graph containing number of different actions in the chat.

Definition at line 15711 of file td_api.h.

◆ day_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::day_graph_

A graph containing distribution of message views per hour.

Definition at line 15713 of file td_api.h.

◆ ID

const std::int32_t td::td_api::chatStatisticsSupergroup::ID = -17244633
static

Identifier uniquely determining a type of the object.

Definition at line 15751 of file td_api.h.

◆ join_by_source_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::join_by_source_graph_

A graph containing number of new member joins per source.

Definition at line 15705 of file td_api.h.

◆ join_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::join_graph_

A graph containing number of members joined and left the chat.

Definition at line 15703 of file td_api.h.

◆ language_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::language_graph_

A graph containing distribution of active users per language.

Definition at line 15707 of file td_api.h.

◆ member_count_

object_ptr<statisticalValue> td::td_api::chatStatisticsSupergroup::member_count_

Number of members in the chat.

Definition at line 15693 of file td_api.h.

◆ member_count_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::member_count_graph_

A graph containing number of members in the chat.

Definition at line 15701 of file td_api.h.

◆ message_content_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::message_content_graph_

A graph containing distribution of sent messages by content type.

Definition at line 15709 of file td_api.h.

◆ message_count_

object_ptr<statisticalValue> td::td_api::chatStatisticsSupergroup::message_count_

Number of messages sent to the chat.

Definition at line 15695 of file td_api.h.

◆ period_

object_ptr<dateRange> td::td_api::chatStatisticsSupergroup::period_

A period to which the statistics applies.

Definition at line 15691 of file td_api.h.

◆ sender_count_

object_ptr<statisticalValue> td::td_api::chatStatisticsSupergroup::sender_count_

Number of users who sent messages to the chat.

Definition at line 15699 of file td_api.h.

◆ top_administrators_

array<object_ptr<chatStatisticsAdministratorActionsInfo> > td::td_api::chatStatisticsSupergroup::top_administrators_

List of most active administrators in the last week.

Definition at line 15719 of file td_api.h.

◆ top_inviters_

array<object_ptr<chatStatisticsInviterInfo> > td::td_api::chatStatisticsSupergroup::top_inviters_

List of most active inviters of new members in the last week.

Definition at line 15721 of file td_api.h.

◆ top_senders_

array<object_ptr<chatStatisticsMessageSenderInfo> > td::td_api::chatStatisticsSupergroup::top_senders_

List of users sent most messages in the last week.

Definition at line 15717 of file td_api.h.

◆ viewer_count_

object_ptr<statisticalValue> td::td_api::chatStatisticsSupergroup::viewer_count_

Number of users who viewed messages in the chat.

Definition at line 15697 of file td_api.h.

◆ week_graph_

object_ptr<StatisticalGraph> td::td_api::chatStatisticsSupergroup::week_graph_

A graph containing distribution of message views per day of week.

Definition at line 15715 of file td_api.h.


The documentation for this class was generated from the following file: