github.com/gotd/td/tg.PaymentsUpdateStarGiftCollectionRequest.Order (field)
12 uses
github.com/gotd/td/tg (current package)
tl_payments_update_star_gift_collection_gen.go#L66: Order []InputSavedStarGiftClass
tl_payments_update_star_gift_collection_gen.go#L102: if !(u.Order == nil) {
tl_payments_update_star_gift_collection_gen.go#L142: u.Order = val
tl_payments_update_star_gift_collection_gen.go#L213: if !(u.Order == nil) {
tl_payments_update_star_gift_collection_gen.go#L269: b.PutVectorHeader(len(u.Order))
tl_payments_update_star_gift_collection_gen.go#L270: for idx, v := range u.Order {
tl_payments_update_star_gift_collection_gen.go#L365: u.Order = make([]InputSavedStarGiftClass, 0, headerLen%bin.PreallocateLimit)
tl_payments_update_star_gift_collection_gen.go#L372: u.Order = append(u.Order, value)
tl_payments_update_star_gift_collection_gen.go#L451: u.Order = value
tl_payments_update_star_gift_collection_gen.go#L463: return u.Order, true
tl_payments_update_star_gift_collection_gen.go#L487: return InputSavedStarGiftClassArray(u.Order), 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. |