github.com/gotd/td/tg.AccountAutoSaveSettings.Exceptions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_auto_save_settings_gen.go#L52: Exceptions []AutoSaveException
tl_account_auto_save_settings_gen.go#L83: if !(a.Exceptions == nil) {
tl_account_auto_save_settings_gen.go#L117: a.Exceptions = from.GetExceptions()
tl_account_auto_save_settings_gen.go#L196: b.PutVectorHeader(len(a.Exceptions))
tl_account_auto_save_settings_gen.go#L197: for idx, v := range a.Exceptions {
tl_account_auto_save_settings_gen.go#L261: a.Exceptions = make([]AutoSaveException, 0, headerLen%bin.PreallocateLimit)
tl_account_auto_save_settings_gen.go#L268: a.Exceptions = append(a.Exceptions, value)
tl_account_auto_save_settings_gen.go#L337: return a.Exceptions
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. |