github.com/gotd/td/tg.InputSecureValue.Data (field)
8 uses
github.com/gotd/td/tg (current package)
tl_input_secure_value_gen.go#L58: Data SecureData
tl_input_secure_value_gen.go#L124: if !(i.Data.Zero()) {
tl_input_secure_value_gen.go#L171: i.Data = val
tl_input_secure_value_gen.go#L268: if !(i.Data.Zero()) {
tl_input_secure_value_gen.go#L316: if err := i.Data.Encode(b); err != nil {
tl_input_secure_value_gen.go#L406: if err := i.Data.Decode(b); err != nil {
tl_input_secure_value_gen.go#L486: i.Data = value
tl_input_secure_value_gen.go#L498: return i.Data, true
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. |