github.com/gotd/td/tg.InputStorePaymentStarsGiveaway.AdditionalPeers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_store_payment_purpose_gen.go#L1901: AdditionalPeers []InputPeerClass
tl_input_store_payment_purpose_gen.go#L1976: if !(i.AdditionalPeers == nil) {
tl_input_store_payment_purpose_gen.go#L2033: i.AdditionalPeers = val
tl_input_store_payment_purpose_gen.go#L2139: if !(i.AdditionalPeers == nil) {
tl_input_store_payment_purpose_gen.go#L2176: b.PutVectorHeader(len(i.AdditionalPeers))
tl_input_store_payment_purpose_gen.go#L2177: for idx, v := range i.AdditionalPeers {
tl_input_store_payment_purpose_gen.go#L2247: i.AdditionalPeers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
tl_input_store_payment_purpose_gen.go#L2254: i.AdditionalPeers = append(i.AdditionalPeers, value)
tl_input_store_payment_purpose_gen.go#L2376: i.AdditionalPeers = value
tl_input_store_payment_purpose_gen.go#L2388: return i.AdditionalPeers, true
tl_input_store_payment_purpose_gen.go#L2472: return InputPeerClassArray(i.AdditionalPeers), 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. |