const github.com/gotd/td/tg.SecureValueTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L884: SecureValueTypeID: "secureValue#187fa0ca",
tl_registry_gen.go#L2666: "secureValue": SecureValueTypeID,
tl_registry_gen.go#L4448: SecureValueTypeID: func() bin.Object { return &SecureValue{} },
tl_secure_value_gen.go#L103: const SecureValueTypeID = 0x187fa0ca
tl_secure_value_gen.go#L208: return SecureValueTypeID
tl_secure_value_gen.go#L220: ID: SecureValueTypeID,
tl_secure_value_gen.go#L304: b.PutID(SecureValueTypeID)
tl_secure_value_gen.go#L391: if err := b.ConsumeID(SecureValueTypeID); err != nil {
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. |