github.com/gotd/td/tg.UserFull.PremiumGifts (field)
11 uses
github.com/gotd/td/tg (current package)
tl_user_full_gen.go#L161: PremiumGifts []PremiumGiftOption
tl_user_full_gen.go#L277: if !(u.PremiumGifts == nil) {
tl_user_full_gen.go#L396: u.PremiumGifts = val
tl_user_full_gen.go#L653: if !(u.PremiumGifts == nil) {
tl_user_full_gen.go#L748: b.PutVectorHeader(len(u.PremiumGifts))
tl_user_full_gen.go#L749: for idx, v := range u.PremiumGifts {
tl_user_full_gen.go#L912: u.PremiumGifts = make([]PremiumGiftOption, 0, headerLen%bin.PreallocateLimit)
tl_user_full_gen.go#L919: u.PremiumGifts = append(u.PremiumGifts, value)
tl_user_full_gen.go#L1397: u.PremiumGifts = value
tl_user_full_gen.go#L1409: return u.PremiumGifts, 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. |