github.com/gotd/td/tg.AccountChangeAuthorizationSettingsRequest.Confirmed (field)
7 uses
github.com/gotd/td/tg (current package)
tl_account_change_authorization_settings_gen.go#L48: Confirmed bool
tl_account_change_authorization_settings_gen.go#L86: if !(c.Confirmed == false) {
tl_account_change_authorization_settings_gen.go#L118: c.Confirmed = from.GetConfirmed()
tl_account_change_authorization_settings_gen.go#L178: if !(c.Confirmed == false) {
tl_account_change_authorization_settings_gen.go#L238: c.Confirmed = c.Flags.Has(3)
tl_account_change_authorization_settings_gen.go#L267: c.Confirmed = true
tl_account_change_authorization_settings_gen.go#L270: c.Confirmed = 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. |