package com.github.insanusmokrassar.TelegramBotAPI.types.chat.abstracts interface DescriptionChat : PublicChat { val description: String? }