github.com/gotd/td/tg.AccountAutoSaveSettings.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_auto_save_settings_gen.go#L54: Chats []ChatClass
tl_account_auto_save_settings_gen.go#L86: if !(a.Chats == nil) {
tl_account_auto_save_settings_gen.go#L118: a.Chats = from.GetChats()
tl_account_auto_save_settings_gen.go#L202: b.PutVectorHeader(len(a.Chats))
tl_account_auto_save_settings_gen.go#L203: for idx, v := range a.Chats {
tl_account_auto_save_settings_gen.go#L278: a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_account_auto_save_settings_gen.go#L285: a.Chats = append(a.Chats, value)
tl_account_auto_save_settings_gen.go#L345: return a.Chats
tl_account_auto_save_settings_gen.go#L358: return ChatClassArray(a.Chats)
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. |