github.com/gotd/td/tg.AccountWebBrowserSettings.InappExceptions (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_web_browser_settings_gen.go#L148: 	InappExceptions []WebDomainException
		tl_account_web_browser_settings_gen.go#L185: 	if !(w.InappExceptions == nil) {
		tl_account_web_browser_settings_gen.go#L215: 	w.InappExceptions = from.GetInappExceptions()
		tl_account_web_browser_settings_gen.go#L302: 	b.PutVectorHeader(len(w.InappExceptions))
		tl_account_web_browser_settings_gen.go#L303: 	for idx, v := range w.InappExceptions {
		tl_account_web_browser_settings_gen.go#L359: 			w.InappExceptions = make([]WebDomainException, 0, headerLen%bin.PreallocateLimit)
		tl_account_web_browser_settings_gen.go#L366: 			w.InappExceptions = append(w.InappExceptions, value)
		tl_account_web_browser_settings_gen.go#L430: 	return w.InappExceptions