github.com/gotd/td/tg.UpdateDCOptions.DCOptions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L3049: DCOptions []DCOption
tl_update_gen.go#L3072: if !(u.DCOptions == nil) {
tl_update_gen.go#L3092: u.DCOptions = from.GetDCOptions()
tl_update_gen.go#L3140: b.PutVectorHeader(len(u.DCOptions))
tl_update_gen.go#L3141: for idx, v := range u.DCOptions {
tl_update_gen.go#L3172: u.DCOptions = make([]DCOption, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L3179: u.DCOptions = append(u.DCOptions, value)
tl_update_gen.go#L3190: return u.DCOptions
![]() |
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. |