github.com/gotd/td/tg.PremiumMyBoosts.MyBoosts (field)
9 uses
github.com/gotd/td/tg (current package)
tl_premium_my_boosts_gen.go#L44: MyBoosts []MyBoost
tl_premium_my_boosts_gen.go#L66: if !(m.MyBoosts == nil) {
tl_premium_my_boosts_gen.go#L94: m.MyBoosts = from.GetMyBoosts()
tl_premium_my_boosts_gen.go#L152: b.PutVectorHeader(len(m.MyBoosts))
tl_premium_my_boosts_gen.go#L153: for idx, v := range m.MyBoosts {
tl_premium_my_boosts_gen.go#L202: m.MyBoosts = make([]MyBoost, 0, headerLen%bin.PreallocateLimit)
tl_premium_my_boosts_gen.go#L209: m.MyBoosts = append(m.MyBoosts, value)
tl_premium_my_boosts_gen.go#L254: return m.MyBoosts
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. |