github.com/gotd/td/tg.Authorization.EncryptedRequestsDisabled (field)
7 uses
github.com/gotd/td/tg (current package)
tl_authorization_gen.go#L51: EncryptedRequestsDisabled bool
tl_authorization_gen.go#L115: if !(a.EncryptedRequestsDisabled == false) {
tl_authorization_gen.go#L197: a.EncryptedRequestsDisabled = from.GetEncryptedRequestsDisabled()
tl_authorization_gen.go#L330: if !(a.EncryptedRequestsDisabled == false) {
tl_authorization_gen.go#L398: a.EncryptedRequestsDisabled = a.Flags.Has(3)
tl_authorization_gen.go#L549: a.EncryptedRequestsDisabled = true
tl_authorization_gen.go#L552: a.EncryptedRequestsDisabled = false
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. |