nutgram/nutgram

View on GitHub
src/Telegram/Properties/ForumIconColor.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SergiX44\Nutgram\Telegram\Properties;

enum ForumIconColor: int
{
    case BLUE = 7322096;
    case YELLOW = 16766590;
    case PURPLE = 13338331;
    case GREEN = 9367192;
    case RED = 16749490;
    case ORANGE = 16478047;
}