github.com/gotd/td/tg.InputStorePaymentPremiumGiftCode.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_input_store_payment_purpose_gen.go#L457: Users []InputUserClass
tl_input_store_payment_purpose_gen.go#L512: if !(i.Users == nil) {
tl_input_store_payment_purpose_gen.go#L548: i.Users = from.GetUsers()
tl_input_store_payment_purpose_gen.go#L638: b.PutVectorHeader(len(i.Users))
tl_input_store_payment_purpose_gen.go#L639: for idx, v := range i.Users {
tl_input_store_payment_purpose_gen.go#L693: i.Users = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_store_payment_purpose_gen.go#L700: i.Users = append(i.Users, value)
tl_input_store_payment_purpose_gen.go#L737: return i.Users
tl_input_store_payment_purpose_gen.go#L794: return InputUserClassArray(i.Users)
![]() |
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. |