github.com/gotd/td/tg.PremiumBoostsStatus.MyBoostSlots (field)
11 uses
github.com/gotd/td/tg (current package)
tl_premium_boosts_status_gen.go#L93: MyBoostSlots []int
tl_premium_boosts_status_gen.go#L141: if !(b.MyBoostSlots == nil) {
tl_premium_boosts_status_gen.go#L192: b.MyBoostSlots = val
tl_premium_boosts_status_gen.go#L287: if !(b.MyBoostSlots == nil) {
tl_premium_boosts_status_gen.go#L334: buf.PutVectorHeader(len(b.MyBoostSlots))
tl_premium_boosts_status_gen.go#L335: for _, v := range b.MyBoostSlots {
tl_premium_boosts_status_gen.go#L435: b.MyBoostSlots = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_premium_boosts_status_gen.go#L442: b.MyBoostSlots = append(b.MyBoostSlots, value)
tl_premium_boosts_status_gen.go#L574: b.MyBoostSlots = value
tl_premium_boosts_status_gen.go#L586: return b.MyBoostSlots, true
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. |