github.com/gotd/td/tg.AccountChatThemes.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_chat_themes_gen.go#L155: Chats []ChatClass
tl_account_chat_themes_gen.go#L193: if !(c.Chats == nil) {
tl_account_chat_themes_gen.go#L225: c.Chats = from.GetChats()
tl_account_chat_themes_gen.go#L316: b.PutVectorHeader(len(c.Chats))
tl_account_chat_themes_gen.go#L317: for idx, v := range c.Chats {
tl_account_chat_themes_gen.go#L392: c.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_account_chat_themes_gen.go#L399: c.Chats = append(c.Chats, value)
tl_account_chat_themes_gen.go#L450: return c.Chats
tl_account_chat_themes_gen.go#L486: return ChatClassArray(c.Chats)
![]() |
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. |