type github.com/gotd/td/tg.StatsBroadcastStats

43 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4565: 		StatsBroadcastStatsTypeID:                                               func() bin.Object { return &StatsBroadcastStats{} },
		tl_server_gen.go#L9285: func (s *ServerDispatcher) OnStatsGetBroadcastStats(f func(ctx context.Context, request *StatsGetBroadcastStatsRequest) (*StatsBroadcastStats, error)) {
		tl_stats_broadcast_stats_gen.go#L41: type StatsBroadcastStats struct {
		tl_stats_broadcast_stats_gen.go#L112: 	_ bin.Encoder     = &StatsBroadcastStats{}
		tl_stats_broadcast_stats_gen.go#L113: 	_ bin.Decoder     = &StatsBroadcastStats{}
		tl_stats_broadcast_stats_gen.go#L114: 	_ bin.BareEncoder = &StatsBroadcastStats{}
		tl_stats_broadcast_stats_gen.go#L115: 	_ bin.BareDecoder = &StatsBroadcastStats{}
		tl_stats_broadcast_stats_gen.go#L118: func (b *StatsBroadcastStats) Zero() bool {
		tl_stats_broadcast_stats_gen.go#L193: func (b *StatsBroadcastStats) String() string {
		tl_stats_broadcast_stats_gen.go#L197: 	type Alias StatsBroadcastStats
		tl_stats_broadcast_stats_gen.go#L202: func (b *StatsBroadcastStats) FillFrom(from interface {
		tl_stats_broadcast_stats_gen.go#L253: func (*StatsBroadcastStats) TypeID() uint32 {
		tl_stats_broadcast_stats_gen.go#L258: func (*StatsBroadcastStats) TypeName() string {
		tl_stats_broadcast_stats_gen.go#L263: func (b *StatsBroadcastStats) TypeInfo() tdp.Type {
		tl_stats_broadcast_stats_gen.go#L366: func (b *StatsBroadcastStats) Encode(buf *bin.Buffer) error {
		tl_stats_broadcast_stats_gen.go#L375: func (b *StatsBroadcastStats) EncodeBare(buf *bin.Buffer) error {
		tl_stats_broadcast_stats_gen.go#L491: func (b *StatsBroadcastStats) Decode(buf *bin.Buffer) error {
		tl_stats_broadcast_stats_gen.go#L502: func (b *StatsBroadcastStats) DecodeBare(buf *bin.Buffer) error {
		tl_stats_broadcast_stats_gen.go#L656: func (b *StatsBroadcastStats) GetPeriod() (value StatsDateRangeDays) {
		tl_stats_broadcast_stats_gen.go#L664: func (b *StatsBroadcastStats) GetFollowers() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L672: func (b *StatsBroadcastStats) GetViewsPerPost() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L680: func (b *StatsBroadcastStats) GetSharesPerPost() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L688: func (b *StatsBroadcastStats) GetReactionsPerPost() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L696: func (b *StatsBroadcastStats) GetViewsPerStory() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L704: func (b *StatsBroadcastStats) GetSharesPerStory() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L712: func (b *StatsBroadcastStats) GetReactionsPerStory() (value StatsAbsValueAndPrev) {
		tl_stats_broadcast_stats_gen.go#L720: func (b *StatsBroadcastStats) GetEnabledNotifications() (value StatsPercentValue) {
		tl_stats_broadcast_stats_gen.go#L728: func (b *StatsBroadcastStats) GetGrowthGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L736: func (b *StatsBroadcastStats) GetFollowersGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L744: func (b *StatsBroadcastStats) GetMuteGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L752: func (b *StatsBroadcastStats) GetTopHoursGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L760: func (b *StatsBroadcastStats) GetInteractionsGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L768: func (b *StatsBroadcastStats) GetIvInteractionsGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L776: func (b *StatsBroadcastStats) GetViewsBySourceGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L784: func (b *StatsBroadcastStats) GetNewFollowersBySourceGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L792: func (b *StatsBroadcastStats) GetLanguagesGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L800: func (b *StatsBroadcastStats) GetReactionsByEmotionGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L808: func (b *StatsBroadcastStats) GetStoryInteractionsGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L816: func (b *StatsBroadcastStats) GetStoryReactionsByEmotionGraph() (value StatsGraphClass) {
		tl_stats_broadcast_stats_gen.go#L824: func (b *StatsBroadcastStats) GetRecentPostsInteractions() (value []PostInteractionCountersClass) {
		tl_stats_broadcast_stats_gen.go#L832: func (b *StatsBroadcastStats) MapRecentPostsInteractions() (value PostInteractionCountersClassArray) {
		tl_stats_get_broadcast_stats_gen.go#L247: func (c *Client) StatsGetBroadcastStats(ctx context.Context, request *StatsGetBroadcastStatsRequest) (*StatsBroadcastStats, error) {
		tl_stats_get_broadcast_stats_gen.go#L248: 	var result StatsBroadcastStats