github.com/gotd/td/tg.PaymentsStarsStatus.History (field)
11 uses
github.com/gotd/td/tg (current package)
tl_payments_stars_status_gen.go#L76: History []StarsTransaction
tl_payments_stars_status_gen.go#L121: if !(s.History == nil) {
tl_payments_stars_status_gen.go#L171: s.History = val
tl_payments_stars_status_gen.go#L257: if !(s.History == nil) {
tl_payments_stars_status_gen.go#L304: b.PutVectorHeader(len(s.History))
tl_payments_stars_status_gen.go#L305: for idx, v := range s.History {
tl_payments_stars_status_gen.go#L401: s.History = make([]StarsTransaction, 0, headerLen%bin.PreallocateLimit)
tl_payments_stars_status_gen.go#L408: s.History = append(s.History, value)
tl_payments_stars_status_gen.go#L520: s.History = value
tl_payments_stars_status_gen.go#L532: return s.History, 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. |