github.com/gotd/td/tg.StatsAbsValueAndPrev.Encode (method, view implemented interface methods)
12 uses
github.com/gotd/td/tg (current package)
tl_stats_abs_value_and_prev_gen.go#L125: func (s *StatsAbsValueAndPrev) Encode(b *bin.Buffer) error {
tl_stats_broadcast_stats_gen.go#L382: if err := b.Followers.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L385: if err := b.ViewsPerPost.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L388: if err := b.SharesPerPost.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L391: if err := b.ReactionsPerPost.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L394: if err := b.ViewsPerStory.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L397: if err := b.SharesPerStory.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L400: if err := b.ReactionsPerStory.Encode(buf); err != nil {
tl_stats_megagroup_stats_gen.go#L308: if err := m.Members.Encode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L311: if err := m.Messages.Encode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L314: if err := m.Viewers.Encode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L317: if err := m.Posters.Encode(b); err != nil {
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. |