TopicIconColor¶ class aiogram.enums.topic_icon_color.TopicIconColor(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶ Color of the topic icon in RGB format. Source: https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56 BLUE = 7322096¶ YELLOW = 16766590¶ VIOLET = 13338331¶ GREEN = 9367192¶ ROSE = 16749490¶ RED = 16478047¶