github.com/gotd/td/tg.PremiumBoostsStatus.MyBoostSlots (field)
11 uses
github.com/gotd/td/tg (current package)
tl_premium_boosts_status_gen.go#L96: MyBoostSlots []int
tl_premium_boosts_status_gen.go#L144: if !(b.MyBoostSlots == nil) {
tl_premium_boosts_status_gen.go#L195: b.MyBoostSlots = val
tl_premium_boosts_status_gen.go#L290: if !(b.MyBoostSlots == nil) {
tl_premium_boosts_status_gen.go#L340: buf.PutVectorHeader(len(b.MyBoostSlots))
tl_premium_boosts_status_gen.go#L341: for _, v := range b.MyBoostSlots {
tl_premium_boosts_status_gen.go#L441: b.MyBoostSlots = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_premium_boosts_status_gen.go#L448: b.MyBoostSlots = append(b.MyBoostSlots, value)
tl_premium_boosts_status_gen.go#L580: b.MyBoostSlots = value
tl_premium_boosts_status_gen.go#L592: return b.MyBoostSlots, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |