const github.com/gotd/td/tg.SecureValueHashTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L886: SecureValueHashTypeID: "secureValueHash#ed1ecdb0",
tl_registry_gen.go#L2668: "secureValueHash": SecureValueHashTypeID,
tl_registry_gen.go#L4450: SecureValueHashTypeID: func() bin.Object { return &SecureValueHash{} },
tl_secure_value_hash_gen.go#L46: const SecureValueHashTypeID = 0xed1ecdb0
tl_secure_value_hash_gen.go#L92: return SecureValueHashTypeID
tl_secure_value_hash_gen.go#L104: ID: SecureValueHashTypeID,
tl_secure_value_hash_gen.go#L128: b.PutID(SecureValueHashTypeID)
tl_secure_value_hash_gen.go#L152: if err := b.ConsumeID(SecureValueHashTypeID); 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. |