github.com/gotd/td/tg.InputSecureValue.PlainData (field)
9 uses
github.com/gotd/td/tg (current package)
tl_input_secure_value_gen.go#L100: PlainData SecurePlainDataClass
tl_input_secure_value_gen.go#L142: if !(i.PlainData == nil) {
tl_input_secure_value_gen.go#L195: i.PlainData = val
tl_input_secure_value_gen.go#L286: if !(i.PlainData == nil) {
tl_input_secure_value_gen.go#L367: if i.PlainData == nil {
tl_input_secure_value_gen.go#L370: if err := i.PlainData.Encode(b); err != nil {
tl_input_secure_value_gen.go#L470: i.PlainData = value
tl_input_secure_value_gen.go#L594: i.PlainData = value
tl_input_secure_value_gen.go#L606: return i.PlainData, 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. |