github.com/gotd/td/tg.StatsBroadcastStats.RecentPostsInteractions (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stats_broadcast_stats_gen.go#L104: RecentPostsInteractions []PostInteractionCountersClass
tl_stats_broadcast_stats_gen.go#L185: if !(b.RecentPostsInteractions == nil) {
tl_stats_broadcast_stats_gen.go#L247: b.RecentPostsInteractions = from.GetRecentPostsInteractions()
tl_stats_broadcast_stats_gen.go#L478: buf.PutVectorHeader(len(b.RecentPostsInteractions))
tl_stats_broadcast_stats_gen.go#L479: for idx, v := range b.RecentPostsInteractions {
tl_stats_broadcast_stats_gen.go#L642: b.RecentPostsInteractions = make([]PostInteractionCountersClass, 0, headerLen%bin.PreallocateLimit)
tl_stats_broadcast_stats_gen.go#L649: b.RecentPostsInteractions = append(b.RecentPostsInteractions, value)
tl_stats_broadcast_stats_gen.go#L828: return b.RecentPostsInteractions
tl_stats_broadcast_stats_gen.go#L833: return PostInteractionCountersClassArray(b.RecentPostsInteractions)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |