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
![]() |
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. |