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

SizedInlineQueryResult

(common) interface SizedInlineQueryResult : InlineQueryResult (source)

Properties

(common)

height

abstract val height: Int?
(common)

width

abstract val width: Int?

Inheritors

(common)

InlineQueryResultGif

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

InlineQueryResultMpeg4Gif

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

InlineQueryResultPhoto

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

InlineQueryResultVideo

interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery