github.com/gotd/td/tg.AccountThemes.Themes (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_themes_gen.go#L147: Themes []Theme
tl_account_themes_gen.go#L173: if !(t.Themes == nil) {
tl_account_themes_gen.go#L195: t.Themes = from.GetThemes()
tl_account_themes_gen.go#L248: b.PutVectorHeader(len(t.Themes))
tl_account_themes_gen.go#L249: for idx, v := range t.Themes {
tl_account_themes_gen.go#L287: t.Themes = make([]Theme, 0, headerLen%bin.PreallocateLimit)
tl_account_themes_gen.go#L294: t.Themes = append(t.Themes, value)
tl_account_themes_gen.go#L313: return t.Themes
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. |