nutgram/nutgram

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SergiX44\Nutgram\Telegram\Properties;

enum PollType: string
{
    case REGULAR = 'regular';
    case QUIZ = 'quiz';
}