const github.com/gotd/td/tg.IPPortSecretTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_ip_port_gen.go#L208: const IPPortSecretTypeID = 0x37982646
tl_ip_port_gen.go#L264: return IPPortSecretTypeID
tl_ip_port_gen.go#L276: ID: IPPortSecretTypeID,
tl_ip_port_gen.go#L304: b.PutID(IPPortSecretTypeID)
tl_ip_port_gen.go#L324: if err := b.ConsumeID(IPPortSecretTypeID); err != nil {
tl_ip_port_gen.go#L440: case IPPortSecretTypeID:
tl_registry_gen.go#L1809: IPPortSecretTypeID: "ipPortSecret#37982646",
tl_registry_gen.go#L3591: "ipPortSecret": IPPortSecretTypeID,
tl_registry_gen.go#L5373: IPPortSecretTypeID: func() bin.Object { return &IPPortSecret{} },
tl_registry_gen.go#L5756: IPPortSecretTypeID,
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. |