github.com/gotd/td/tg.StarGiftUnique.Attributes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_star_gift_gen.go#L1478: Attributes []StarGiftAttributeClass
tl_star_gift_gen.go#L1616: if !(s.Attributes == nil) {
tl_star_gift_gen.go#L1723: s.Attributes = from.GetAttributes()
tl_star_gift_gen.go#L2024: b.PutVectorHeader(len(s.Attributes))
tl_star_gift_gen.go#L2025: for idx, v := range s.Attributes {
tl_star_gift_gen.go#L2188: s.Attributes = make([]StarGiftAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_star_gift_gen.go#L2195: s.Attributes = append(s.Attributes, value)
tl_star_gift_gen.go#L2496: return s.Attributes
tl_star_gift_gen.go#L2715: return StarGiftAttributeClassArray(s.Attributes)
![]() |
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. |