github.com/gotd/td/tg.StatsAbsValueAndPrev.Decode (method, view implemented interface methods)
12 uses
github.com/gotd/td/tg (current package)
tl_stats_abs_value_and_prev_gen.go#L144: func (s *StatsAbsValueAndPrev) Decode(b *bin.Buffer) error {
tl_stats_broadcast_stats_gen.go#L512: if err := b.Followers.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L517: if err := b.ViewsPerPost.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L522: if err := b.SharesPerPost.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L527: if err := b.ReactionsPerPost.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L532: if err := b.ViewsPerStory.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L537: if err := b.SharesPerStory.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L542: if err := b.ReactionsPerStory.Decode(buf); err != nil {
tl_stats_megagroup_stats_gen.go#L420: if err := m.Members.Decode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L425: if err := m.Messages.Decode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L430: if err := m.Viewers.Decode(b); err != nil {
tl_stats_megagroup_stats_gen.go#L435: if err := m.Posters.Decode(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. |