github.com/gotd/td/tg.AccountChatThemes.Themes (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_chat_themes_gen.go#L153: Themes []ChatThemeClass
tl_account_chat_themes_gen.go#L190: if !(c.Themes == nil) {
tl_account_chat_themes_gen.go#L224: c.Themes = from.GetThemes()
tl_account_chat_themes_gen.go#L307: b.PutVectorHeader(len(c.Themes))
tl_account_chat_themes_gen.go#L308: for idx, v := range c.Themes {
tl_account_chat_themes_gen.go#L375: c.Themes = make([]ChatThemeClass, 0, headerLen%bin.PreallocateLimit)
tl_account_chat_themes_gen.go#L382: c.Themes = append(c.Themes, value)
tl_account_chat_themes_gen.go#L442: return c.Themes
tl_account_chat_themes_gen.go#L481: return ChatThemeClassArray(c.Themes)
![]() |
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. |