github.com/gotd/td/tg.AccountWebBrowserSettings.ExternalExceptions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_web_browser_settings_gen.go#L146: ExternalExceptions []WebDomainException
tl_account_web_browser_settings_gen.go#L182: if !(w.ExternalExceptions == nil) {
tl_account_web_browser_settings_gen.go#L214: w.ExternalExceptions = from.GetExternalExceptions()
tl_account_web_browser_settings_gen.go#L296: b.PutVectorHeader(len(w.ExternalExceptions))
tl_account_web_browser_settings_gen.go#L297: for idx, v := range w.ExternalExceptions {
tl_account_web_browser_settings_gen.go#L342: w.ExternalExceptions = make([]WebDomainException, 0, headerLen%bin.PreallocateLimit)
tl_account_web_browser_settings_gen.go#L349: w.ExternalExceptions = append(w.ExternalExceptions, value)
tl_account_web_browser_settings_gen.go#L422: return w.ExternalExceptions
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |