docs / com.github.insanusmokrassar.TelegramBotAPI.types.InlineQueries.InlineQueryResult.abstracts / ThumbedInlineQueryResult

ThumbedInlineQueryResult

(common) interface ThumbedInlineQueryResult : InlineQueryResult (source)

Properties

(common)

thumbUrl

abstract val thumbUrl: String?

Inheritors

(common)

InlineQueryResultContact

data class InlineQueryResultContact : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
(common)

InlineQueryResultDocument

interface InlineQueryResultDocument : InlineQueryResultDocumentCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult, MimeTyped
(common)

InlineQueryResultGif

interface InlineQueryResultGif : InlineQueryResultGifCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery
(common)

InlineQueryResultLocation

data class InlineQueryResultLocation : InlineQueryResult, Locationed, Livable, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
(common)

InlineQueryResultMpeg4Gif

interface InlineQueryResultMpeg4Gif : InlineQueryResultMpeg4GifCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery
(common)

InlineQueryResultPhoto

interface InlineQueryResultPhoto : InlineQueryResultPhotoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult
(common)

InlineQueryResultVenue

data class InlineQueryResultVenue : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
(common)

InlineQueryResultVideo

interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery
(common)

ThumbSizedInlineQueryResult

interface ThumbSizedInlineQueryResult : InlineQueryResult, ThumbedInlineQueryResult