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