github.com/gotd/td/tg.InputThemeSettings.OutboxAccentColor (field)
8 uses
github.com/gotd/td/tg (current package)
tl_input_theme_settings_gen.go#L53: OutboxAccentColor int
tl_input_theme_settings_gen.go#L110: if !(i.OutboxAccentColor == 0) {
tl_input_theme_settings_gen.go#L149: i.OutboxAccentColor = val
tl_input_theme_settings_gen.go#L231: if !(i.OutboxAccentColor == 0) {
tl_input_theme_settings_gen.go#L271: b.PutInt(i.OutboxAccentColor)
tl_input_theme_settings_gen.go#L336: i.OutboxAccentColor = value
tl_input_theme_settings_gen.go#L408: i.OutboxAccentColor = value
tl_input_theme_settings_gen.go#L420: return i.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. |