github.com/gotd/td/tg.AccountChangeAuthorizationSettingsRequest.EncryptedRequestsDisabled (field)
8 uses
github.com/gotd/td/tg (current package)
tl_account_change_authorization_settings_gen.go#L60: EncryptedRequestsDisabled bool
tl_account_change_authorization_settings_gen.go#L92: if !(c.EncryptedRequestsDisabled == false) {
tl_account_change_authorization_settings_gen.go#L121: c.EncryptedRequestsDisabled = val
tl_account_change_authorization_settings_gen.go#L181: if !(c.EncryptedRequestsDisabled == false) {
tl_account_change_authorization_settings_gen.go#L209: b.PutBool(c.EncryptedRequestsDisabled)
tl_account_change_authorization_settings_gen.go#L251: c.EncryptedRequestsDisabled = value
tl_account_change_authorization_settings_gen.go#L293: c.EncryptedRequestsDisabled = value
tl_account_change_authorization_settings_gen.go#L305: return c.EncryptedRequestsDisabled, 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. |