github.com/gotd/td/tg.InitConnectionRequest.Params (field)
10 uses
github.com/gotd/td/tg (current package)
tl_init_connection_gen.go#L69: Params JSONValueClass
tl_init_connection_gen.go#L116: if !(i.Params == nil) {
tl_init_connection_gen.go#L160: i.Params = val
tl_init_connection_gen.go#L240: if !(i.Params == nil) {
tl_init_connection_gen.go#L276: if i.Params == nil {
tl_init_connection_gen.go#L279: if err := i.Params.Encode(b); err != nil {
tl_init_connection_gen.go#L369: i.Params = value
tl_init_connection_gen.go#L456: i.Params = value
tl_init_connection_gen.go#L468: return i.Params, true
github.com/gotd/td/telegram/internal/manager
conn.go#L202: Params: c.device.Params,
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. |