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