import enum class TelegramBotMethodEnum(enum.Enum): WEBHOOK = "webhook" POLLING = "polling"