github.com/gotd/td/tg.UpdateDCOptions.DCOptions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L2959: DCOptions []DCOption
tl_update_gen.go#L2982: if !(u.DCOptions == nil) {
tl_update_gen.go#L3002: u.DCOptions = from.GetDCOptions()
tl_update_gen.go#L3050: b.PutVectorHeader(len(u.DCOptions))
tl_update_gen.go#L3051: for idx, v := range u.DCOptions {
tl_update_gen.go#L3082: u.DCOptions = make([]DCOption, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L3089: u.DCOptions = append(u.DCOptions, value)
tl_update_gen.go#L3100: return u.DCOptions
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |