package com.github.insanusmokrassar.TelegramBotAPI.requests.abstracts.types import com.github.insanusmokrassar.TelegramBotAPI.types.TelegramDate interface UntilDate { val untilDate: TelegramDate? }