Package dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult

Types

InlineQueryResultArticle
Link copied to clipboard
common
InlineQueryResultAudioCachedImpl
Link copied to clipboard
common
data class InlineQueryResultAudioCachedImpl : InlineQueryResultAudioCached
InlineQueryResultAudioImpl
Link copied to clipboard
common
data class InlineQueryResultAudioImpl : InlineQueryResultAudio
InlineQueryResultContact
Link copied to clipboard
common
data class InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String?, vcard: String?, thumbUrl: String?, thumbWidth: Int?, thumbHeight: Int?, replyMarkup: InlineKeyboardMarkup?, inputMessageContent: InputMessageContent?) : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
InlineQueryResultDocumentCachedImpl
Link copied to clipboard
common
InlineQueryResultDocumentImpl
Link copied to clipboard
common
data class InlineQueryResultDocumentImpl : InlineQueryResultDocument
InlineQueryResultGame
Link copied to clipboard
common
class InlineQueryResultGame(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup?) : InlineQueryResult
InlineQueryResultGifCachedImpl
Link copied to clipboard
common
data class InlineQueryResultGifCachedImpl : InlineQueryResultGifCached
InlineQueryResultGifImpl
Link copied to clipboard
common
data class InlineQueryResultGifImpl : InlineQueryResultGif
InlineQueryResultLocation
Link copied to clipboard
common
data class InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters?, title: String, livePeriod: Seconds?, heading: Degrees?, proximityAlertRadius: Meters?, thumbUrl: String?, thumbWidth: Int?, thumbHeight: Int?, replyMarkup: InlineKeyboardMarkup?, inputMessageContent: InputMessageContent?) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
InlineQueryResultMpeg4GifCachedImpl
Link copied to clipboard
common
InlineQueryResultMpeg4GifImpl
Link copied to clipboard
common
data class InlineQueryResultMpeg4GifImpl : InlineQueryResultMpeg4Gif
InlineQueryResultPhotoCachedImpl
Link copied to clipboard
common
data class InlineQueryResultPhotoCachedImpl : InlineQueryResultPhotoCached
InlineQueryResultPhotoImpl
Link copied to clipboard
common
data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto
InlineQueryResultVenue
Link copied to clipboard
common
data class InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId?, foursquareType: FoursquareType?, googlePlaceId: GooglePlaceId?, googlePlaceType: GooglePlaceType?, thumbUrl: String?, thumbWidth: Int?, thumbHeight: Int?, replyMarkup: InlineKeyboardMarkup?, inputMessageContent: InputMessageContent?) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
InlineQueryResultVideoCachedImpl
Link copied to clipboard
common
data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached
InlineQueryResultVideoImpl
Link copied to clipboard
common
data class InlineQueryResultVideoImpl : InlineQueryResultVideo
InlineQueryResultVoiceCachedImpl
Link copied to clipboard
common
data class InlineQueryResultVoiceCachedImpl : InlineQueryResultVoiceCached
InlineQueryResultVoiceImpl
Link copied to clipboard
common
data class InlineQueryResultVoiceImpl : InlineQueryResultVoice

Functions

InlineQueryResultAudioCachedImpl
Link copied to clipboard
common
fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl
fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl
InlineQueryResultAudioImpl
Link copied to clipboard
common
fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl
fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl
InlineQueryResultDocumentCachedImpl
Link copied to clipboard
common
fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl
fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl
InlineQueryResultDocumentImpl
Link copied to clipboard
common
fun InlineQueryResultDocumentImpl(id: InlineQueryIdentifier, url: String, title: String, mimeType: MimeType, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl
fun InlineQueryResultDocumentImpl(id: InlineQueryIdentifier, url: String, title: String, mimeType: MimeType, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl
InlineQueryResultGifCachedImpl
Link copied to clipboard
common
fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl
fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl
InlineQueryResultGifImpl
Link copied to clipboard
common
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, thumbMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifImpl
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, thumbMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifImpl
InlineQueryResultMpeg4GifCachedImpl
Link copied to clipboard
common
fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl
fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl
InlineQueryResultMpeg4GifImpl
Link copied to clipboard
common
fun InlineQueryResultMpeg4GifImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, thumbMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifImpl
fun InlineQueryResultMpeg4GifImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, thumbMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifImpl
InlineQueryResultPhotoCachedImpl
Link copied to clipboard
common
fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl
fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl
InlineQueryResultPhotoImpl
Link copied to clipboard
common
fun InlineQueryResultPhotoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, width: Int? = null, height: Int? = null, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl
fun InlineQueryResultPhotoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, width: Int? = null, height: Int? = null, title: String? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl
InlineQueryResultVideoCachedImpl
Link copied to clipboard
common
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl
InlineQueryResultVideoImpl
Link copied to clipboard
common
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, mimeType: MimeType, title: String, width: Int? = null, height: Int? = null, duration: Int? = null, description: String? = null, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbUrl: String, mimeType: MimeType, title: String, width: Int? = null, height: Int? = null, duration: Int? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl
InlineQueryResultVoiceCachedImpl
Link copied to clipboard
common
fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl
fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl
InlineQueryResultVoiceImpl
Link copied to clipboard
common
fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl
fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl