github.com/gotd/td/tg.ChannelsCreateForumTopicRequest.IconColor (field)
8 uses
github.com/gotd/td/tg (current package)
tl_channels_create_forum_topic_gen.go#L59: IconColor int
tl_channels_create_forum_topic_gen.go#L103: if !(c.IconColor == 0) {
tl_channels_create_forum_topic_gen.go#L140: c.IconColor = val
tl_channels_create_forum_topic_gen.go#L210: if !(c.IconColor == 0) {
tl_channels_create_forum_topic_gen.go#L247: b.PutInt(c.IconColor)
tl_channels_create_forum_topic_gen.go#L304: c.IconColor = value
tl_channels_create_forum_topic_gen.go#L349: c.IconColor = value
tl_channels_create_forum_topic_gen.go#L361: return c.IconColor, 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. |