package com.github.insanusmokrassar.TelegramBotAPI.types.InlineQueries.InlineQueryResult.abstracts interface OptionallyTitledInlineQueryResult : InlineQueryResult { val title: String? }