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