github.com/gotd/td/tg.ThemeSettings.OutboxAccentColor (field)
8 uses
github.com/gotd/td/tg (current package)
tl_theme_settings_gen.go#L53: OutboxAccentColor int
tl_theme_settings_gen.go#L98: if !(t.OutboxAccentColor == 0) {
tl_theme_settings_gen.go#L133: t.OutboxAccentColor = val
tl_theme_settings_gen.go#L206: if !(t.OutboxAccentColor == 0) {
tl_theme_settings_gen.go#L243: b.PutInt(t.OutboxAccentColor)
tl_theme_settings_gen.go#L303: t.OutboxAccentColor = value
tl_theme_settings_gen.go#L370: t.OutboxAccentColor = value
tl_theme_settings_gen.go#L382: return t.OutboxAccentColor, true
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. |