github.com/gotd/td/tg.PremiumApplyBoostRequest.Slots (field)
11 uses
github.com/gotd/td/tg (current package)
tl_premium_apply_boost_gen.go#L53: Slots []int
tl_premium_apply_boost_gen.go#L76: if !(a.Slots == nil) {
tl_premium_apply_boost_gen.go#L101: a.Slots = val
tl_premium_apply_boost_gen.go#L145: if !(a.Slots == nil) {
tl_premium_apply_boost_gen.go#L169: b.PutVectorHeader(len(a.Slots))
tl_premium_apply_boost_gen.go#L170: for _, v := range a.Slots {
tl_premium_apply_boost_gen.go#L211: a.Slots = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_premium_apply_boost_gen.go#L218: a.Slots = append(a.Slots, value)
tl_premium_apply_boost_gen.go#L234: a.Slots = value
tl_premium_apply_boost_gen.go#L246: return a.Slots, 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. |